@charset "utf-8";
body  {
	font: 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height:1.5em;
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
}
.MySite #container { 
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.MySite #header { 
	background:url(../img/bg_headder.gif) no-repeat;
	padding: 20px 20px 1px 20px;
} 

.MySite #header_underLine {
	height:1px;
	background:url(../img/bg_headder_line.gif) no-repeat;
	margin:0;
	padding: 0;
} 

.MySite #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 190px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #FFFFFF; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	margin:0 0 30px 0;
	padding:0;
}
.MySite #mainContent {
	width:555px;
	background:url(../img/M_allBg.gif) no-repeat;
	margin: 0; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 15px 0 30px 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	float:right;
} 
.MySite #footer { 
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#666666;
	text-align:center;
	height:60px;
} 
.MySite #footer p {
	color:#eee7d9;
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* 親要素内にfloatが入った時に親要素がすべての内容を内包するようにするおまじない */

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

/* ヘッダー部分テキスト */

.siteTitle {
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
}

.siteTitle_sub {
	font-size:14px;
	line-height:1.2em;
	margin:0;
}

.siteTitle_text {
	font-size:14px;
	font-weight:normal;
	line-height:1.5em;
	margin-top:50px;
}

/* 更新履歴 */
.updata {
	background:url(../img/bg_headder_u.gif);
	text-align:right;
	margin:10px 0 10px 0;
	padding:5px 10px 5px 5px;
}

/* パン屑ナビ */
.pankuzu {
	background:url(../img/bg_headder_u.gif);
	text-align:left;
	margin:10px 0 10px 0;
	padding:5px 5px 5px 10px;
}

.pankuzu a {
	text-decoration:none;
	color:#333333;
}

.pankuzu a:hover {
	text-decoration:none;
	color:#969083;
}

/* ランキング */

.rankBox {
	padding:0;
	margin:0 0 20px 0;
}

.rank_title {
	background:url(../img/L_bg_title_Rank.gif) no-repeat;
	padding:14px 20px 14px 32px;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

ul.rank {
	list-style:none;
	margin:10px 0 10px 0;
	padding:0;
}

li.rank1 {
	background:url(../img/L_bg_RunkMarker_1.gif) no-repeat;
	height:30px;
	padding:2px 0 0 12px;
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:16px;
	line-height:1.5em;
}

li.rank2under {
	background:url(../img/L_bg_RunkMarker_2.gif) no-repeat;
	height:23px;
	padding:0 0 0 8px;
	margin:0 0 0 5px;
	font-weight:nomal;
	font-size:14px;
	line-height:1.5em;
}

/* 左サイドメニュー */

.L_title {
	background:url(../img/L_bg_title.gif);
	padding:3px 5px;
	color:#FFFFFF;
	line-height:1.5em;
	margin:0;
	font-size:12px;
}

.L_menuBox {
	background:#eee7d9;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
}

.L_menuBox ul {
	list-style:none;
	margin:10px 0 10px 5px;
	padding:0;
}

.L_menuBox li {
	background:url(../img/L_bg_linktext_1.gif) no-repeat;
	background-position:2px 1px;
	margin:0 5px 7px 0;
	padding:0 0 0 20px;
	line-height:1.2em;
	font-size:12px;
}

.L_menuBox a {
	text-decoration:none;
	color:#333333;
}

.L_menuBox a:hover {
	text-decoration:none;
	color:#969083;
}

.L_subBox {
	background:url(../img/L_bg_subbg.gif);
	margin:0;
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:1px;
}

.L_subBox_u {
	background:url(../img/L_bg_subbg_u.gif) no-repeat;
	height:5px;
	margin-bottom:5px;
	font-size:5px;
	text-indent:-1000px;
}

.L_subTitle {
	background:url(../img/L_bg_subtitle.gif);
	padding:1px 5px;
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

.L_subBox ul {
	list-style:none;
	padding:0;
	margin:5px 0 0 5px;
}

.L_subBox li {
	background:url(../img/L_bg_linktext_2.gif) no-repeat;
	background-position:2px 1px;
	margin:0 5px 7px 0;
	padding:0 0 0 16px;
	line-height:1.2em;
	font-size:12px;

}

.L_subBox a {
	text-decoration:none;
	color: #666666;
}

.L_subBox a:hover {
	text-decoration:none;
	color:#999999;
}

/* メインメニュー */

.OneSentence {
	margin-bottom:20px;
}

.OneSentence p {
	margin:0 0 15px 0;
	font-size:15px;
	line-height:1.5em;
}

.M_title {
	background:url(../img/M_bg_maintitle.gif) no-repeat;
	background-position:bottom;
	padding:0 0 3px 0;
	margin:0 0 25px 0;
	font-size:22px;
	font-weight:bold;
	line-height:1.2em;
}

.M_kijiBox {
	width:360px;
	float:right;
}

.M_kijiBox ul {
	list-style:none;
	padding:0;
	margin:0 0 25px 0;
}

.M_kijiBox li {
	background:url(../img/M_marker_squea.gif) no-repeat;
	background-position:2px 2px;
	padding:0 0 3px 22px;
	margin:0 0 0 10px;
	line-height:1.5em;
}

.M_kijiBox2 ul {
	list-style:none;
	padding:0;
	margin:0 0 25px 0;
}

.M_kijiBox2 li {
	background:url(../img/M_marker_linktextIncolumn.gif) no-repeat;
	background-position:2px 2px;
	padding:0 0 3px 22px;
	margin:0 0 0 10px;
	line-height:1.5em;
}

.M_kijiBox a {
	background:url(../img/L_bg_linktext_3.gif) no-repeat;
	background-position:2px 2px;
	margin:0;
	padding:0 0 0 20px;
	color:#330099;
	float:right;
	font-weight:bold;
}

.M_kijiBox a:hover {
	text-decoration:none;
	color:#969083;
}

.columnBox {
	background:url(../img/M_bg_scolumnbg.gif);
	margin:20px 0 0 0;
	padding:20px;
}

.columnTitle {
	background:url(../img/M_bg_scolumntitle.gif) no-repeat;
	background-position:bottom;
	margin:0 0 8px 0;
	color:#666666;
}

.columnTitle2 {
	color:#330099;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
}

.columnBox p {
	margin:0;
	line-height:1.5em;
	font-size:12px;
	color:#666666;
}

.columnBox a {
	background:url(../img/L_bg_linktext_3.gif) no-repeat;
	background-position:2px 2px;
	margin:10px 0 0 0;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#333333;
	float:left;
}

.columnBox a:hover {
	text-decoration:none;
	color:#969083;
}

.subkiji_title {
	background:url(../img/M_bg_subtitle.gif) no-repeat;
	margin:0 0 20px 0;
	padding:10px;
	font-size:18px;
	color:#FFFFFF;
}

/* フッターメニュー */

.footermenuBox {
	background:url(../img/F_bg_menu.gif) no-repeat;
	text-align:center;
	padding:20px 0 15px 0;
}

.footermenuBox_u {
	background:url(../img/F_bg_menu_u.gif) no-repeat;
	height:5px;
	text-align:center;
	padding:0;
	margin:0 0 30px 0;
}

.footermenuBox a {
	text-decoration:none;
	color: #333333;
}

.footermenuBox a:hover {
	text-decoration:none;
	color:#969083;
}


/* 区切り線 */

.line_full {
	background:url(../img/line_full.gif) no-repeat;
	height:9px;
	margin-bottom:50px;
	margin-top:50px;
}

.line_full_top {
	background:url(../img/line_full.gif) no-repeat;
	height:9px;
	margin-bottom:10px;
	margin-top:50px;
}

.line_half {
	background:url(../img/line_half.gif) no-repeat;
	height:9px;
	margin-bottom:20px;
}

/* イメージ関連 */

img {
	border:none;
}

img.right {
	float:right;
	margin:0 0 10px 10px;
}

img.left {
	float:left;
	margin:0 10px 10px 0;
}

img.right_topBt {
	float:right;
	margin:0 0 25px 0;
}

dl{
	padding:5px 7px 0 7px;
	line-height:125%;
}

dt{
	background:url(../img/L_marker_sublinktext.gif) no-repeat left center;
	padding-left:20px;
	font-size:12px;
}
dd{
	padding-top:5px;
	padding-bottom:17px;
	font-size:12px;
}

.re{
	color:#ff6600;
}

.haimi{
	background-color:#adff2f;
}

.bu{
	color:#330099;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;	
}

.ore{
	color:#ff3300;
	font-weight:bold;
}


.bo{
	font-weight:bold;
}
<!--[if IE 5]> 
/* この条件分岐コメントに IE 5* を対象とした css ボックスモデルのフィックスを配置します */
.MySite #sidebar1 { width: 230px; }
<![endif]-->

<!--[if IE]>
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
.MySite #sidebar1 { padding-top: 30px; }
.MySite #mainContent { zoom: 1; }
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに必要な hasLayout が IE に対して設定されます */
<![endif]-->



