@charset "utf-8";

/* --------------------
   Reset CSS
-------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* --------------------
   Font 
-------------------- */

body {
	font-family: Verdana, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

/* Link */
a,a:link {
	text-decoration: none;
	color: #3333FF;
}
a:visited {
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #FF3333;
}

/* decoration */
strong {
	font-weight: bold;
}
.bd {
	font-weight: bold;
}
.red {
	color: #CC0000!important;
}
.blue {
	color: #003366!important;
}
.big {
	font-size: 110%;
}

/* --------------------
   Structure 
-------------------- */

body {
	text-align: center;
	padding: 0 0 10px;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 840px;
}
#header {
	width: 100%;
	height: 120px;
	position: relative;
}
#container {
	width: 100%;
	float: left;
	padding: 20px 0 10px;
}
#navi {
	width: 245px;
	float: right;
}
#content {
	width: 580px;
	float: left;
}
#footer {
	text-align: center;
	padding: 20px 0;
	border: 1px solid #CCCCCC;
	clear: both;
	background: #EEEEEE;
}


/* --------------------
   Header 
-------------------- */

#header h1 {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	position: absolute;
	text-align: right;
	top: 2px;
	right: 0;
}

#header h2 {
	width: 100%;
	font-size: 100%;
	position: absolute;
	bottom: 2px;
	left: 0px;
}

#logo {
	width: 350px;
	height: 65px;
	font-size: 180%;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 10px;
}
#logo a {
	color: #3333FF;
	text-decoration: none;
}
#banner {
	width: 330px;
	height: 65px;
	position: absolute;
	bottom: 10px;
	right: 0px;
}
/* --------------------
   中央カラム 
-------------------- */
img.main_copy {
	margin-bottom: 15px;
}

.post {
	margin: 0 0 15px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(http://okuyen.com/satellite/images/bg_post.png) left top repeat-x;
	letter-spacing: 0.1em;
}
h2.post_title {
	padding: 15px;
	font-size: 130%;
	font-weight: bold;
}
h2.post_title,h2.post_title a {
	color: #333333;
}
.post_inner {
	padding: 10px 15px 10px;
	font-size: 13px;
}
.post_inner p {
	margin: 0 0 20px;
}
.post_inner h2 {
	background: #FFF url(http://okuyen.com/satellite/images/h2_01.png) left bottom no-repeat;
	padding: 5px 10px 8px 15px;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 110%;
	color: #333333;
}
.post_inner h3 {
	background: #FFF url(http://okuyen.com/satellite/images/h3_01.png) left center no-repeat;
	margin: 0 0 15px;
	padding: 0 0 0 18px;
	font-weight: bold;
	font-size: 100%;
}
.post_inner ul {
	margin: 0 0 20px;
}
.post_inner ul.check01 li {
	background: url(http://okuyen.com/satellite/images/check_01.png) left center no-repeat;
	padding: 0 0 0 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.post_inner ul.check02 li {
	background: url(http://okuyen.com/satellite/images/check_02.png) left center no-repeat;
	padding: 0 0 0 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.post_footer {
	padding: 5px 10px;
	text-align: right;
	background: #EEEEEE;
	font-weight: bold;
}
.inner_banner {
	text-align: center;
	margin-bottom: 30px;
}

.path {
	clear: both;
	border: 1px solid #CCCCCC;
	margin: 0 0 5px;
	padding: 4px 10px;
}
/* サイトマップのリスト */
ul.sitemap {
	margin: 0 0 20px;
}
ul.sitemap li {
	list-style: outside disc;
	margin-left: 2em;
}


/* --------------------
   サイドカラム 
-------------------- */

.side_box {
	margin: 0 0 15px;
	border: 1px solid #CCCCCC;
}
.side_box h3 {
	padding: 2px 8px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background: #EEEEEE;
}
.side_box ul {
	padding: 7px;
}
.side_box li {
	padding: 2px 0px;
}
.side_box li a {
	background: url(http://okuyen.com/satellite/images/arrow_01.gif) left center no-repeat;
	padding: 0 0 0 10px;
}
.side_box li a:hover {
	background: url(http://okuyen.com/satellite/images/arrow_02.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

