@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
}
#container {
	width: 800px;
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #CCC;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-image: url(image/sanai_header.png);
	height: 150px;
	background-repeat: no-repeat;
	margin: 0px;
	width: 800px;
	padding: 0;
} 
#header h1 {
	font-size: 12px;
	text-align: left;
	color: #333;
	margin: 0px;
}
#header #toiawase {
	height: 70px;
	width: 250px;
	padding: 0;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#globalheader {
	width: 600px;
	height: 43px;
	position: relative;
	z-index: 9998;
	background-image: url(image/sanainavbg.png);
	margin-top: 74px;
}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 120px; height: 0; padding-top: 40px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(image/sanainavbg.png); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-top a { background-position: 0 0; }
#globalheader #globalnav li#gn-gaiyou a { background-position: -120px 0; }
#globalheader #globalnav li#gn-ichiran a { background-position: -240px 0; }
#globalheader #globalnav li#gn-guide a { background-position: -360px 0; }
#globalheader #globalnav li#gn-qanda a { background-position: -480px 0; }

/* OVER STATES */
#globalheader #globalnav li#gn-top a:hover { background-position: 0 -43px; }
#globalheader #globalnav li#gn-gaiyou a:hover { background-position: -120px -43px; }
#globalheader #globalnav li#gn-ichiran a:hover { background-position: -240px -43px; }
#globalheader #globalnav li#gn-guide a:hover { background-position: -360px -43px; }
#globalheader #globalnav li#gn-qanda a:hover { background-position: -480px -43px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-top a:active { background-position: 0 -86px; }
#globalheader #globalnav li#gn-gaiyou a:active { background-position: -120px -86px; }
#globalheader #globalnav li#gn-ichiran a:active { background-position: -240px -86px; }
#globalheader #globalnav li#gn-guide a:active { background-position: -360px -86px; }
#globalheader #globalnav li#gn-qanda a:active { background-position: -480px -86px; }

/* ON STATES */
#globalheader.home #globalnav li#gn-top a:hover { background-position: 0 0; cursor: default; }
#globalheader.store #globalnav li#gn-gaiyou a { background-position: -120px -129px !important; }
#globalheader.mac #globalnav li#gn-ichiran a { background-position: -240px -129px !important; }
#globalheader.ipoditunes #globalnav li#guide a { background-position: -360px -129px !important; }
#globalheader.iphone #globalnav li#gn-qanda a { background-position: -480px -129px !important; }

#sidebar1 {
	width: 188px;
	float: left;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #999;
}
#container #sidebar1 p {
	line-height: 18px;
}
#sidebar2 {
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	float: left;
}
#mainContent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	width: 570px;
	margin: 0px;
} 
#mainContent h1  {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0C3;
	font-style: oblique;
}
#mainContent h2  {
	font-size: 20px;
	font-style: italic;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#mainContent h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0C3;
	margin-top: 15px;
	margin-bottom: 5px;
}
#mainContent h4 {
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 5px;
	color: #FFF;
	float: none;
	list-style-type: square;
	background-color: #3C0;
}
#mainContent p  {
	font-size: 12px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 20px;
}
#mainContent table {
	font-size: 12px;
	width: 520px;
	margin-left: 10px;
	line-height: 20px;
}
#mainContent  th {
	width: 120px;
}
#container #mainContent #link_box {
	height: 180px;
	width: 530px;
	margin-bottom: 10px;
}
#container #mainContent #link_box img {
	float: left;
	margin: 5px;
	width: 150px;
}
#container #mainContent #link_box p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 360px;
	float: right;
	clear: none;
}
#footer {
	color: #FFF;
	clear: both;
	background-color: #3C0;
	border-top-width: 1px;
	border-top-color: #3C0;
	border-top-style: solid;
} 
#footer h6 {
	background-color: #FFF;
	width: 800px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	color: #09F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
#footer h6 a {
	font-size: 12px;
	color: #09F;
	text-decoration: none;
}
#footer h6 a:hover {
	font-size: 12px;
	color: #03F;
	text-decoration: underline;
}
#footer p {
	font-size: 12px;
	text-align: right;
	margin: 0px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #jitsurei {
	background-color: #FFF;
	width: 570px;
	padding: 0px;
	float: left;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent #jitsurei #left {
	width: 277px;
	float: left;
	padding: 0px;
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url(image/jitsurei_bak3.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0c3;
	border-bottom-color: #0c3;
	text-align: center;
}
#mainContent #jitsurei #right {
	float: right;
	width: 277px;
	padding: 0px;
	height: 250px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(image/jitsurei_bak3.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0c3;
	border-bottom-color: #0c3;
	text-align: center;
}
#mainContent #jitsurei p {
	font-size: 12px;
	line-height: 16px;
}
#mainContent #jitsurei h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	color: #333;
	margin-left: 0px;
}
#mainContent #jitsurei a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #069;
}
#mainContent #jitsurei a:hover {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
	color: #0C9;
	margin-left: 5px;
}
#mainContent #jitsurei img {
}
#container #sidebar1 h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090;
}
#mainContent #horei {
	padding: 0px;
	margin: 0px;
	width: 570px;
}
#mainContent #horei h2{
	width: 200px;
	float: left;
}
#mainContent #horei p {
	margin: 0px;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: left;
}
#mainContent #horei img {
}
