@charset "utf-8";

/*================================================

	style.css 13.08.6 ver.01

================================================*/

html{background:#ffffff;}

/*---------------------------------------------
    *header*
---------------------------------------------*/

.header{
	width:auto;
	margin:0 auto;
	border-top:5px solid #2cb4e0; /* headerのボーダー色・太さ */
}

.siteTitle {
	width:950px; /* headerの横幅 */
	margin:0 auto;
	padding-top:5px;
	font-size:12px;
}

.siteTitle h1{ text-align:right; font-size:10px;}
.siteTitle h2{
	width:180px; /* タイトル画像の横幅250px */
	float:left;
	margin-right:15px;
}

.siteTitle h3{
	width:685px; /* サイト説明の横幅 */
	float:left;
}


/*---------------------------------------------
    *wrapper*
---------------------------------------------*/

.wrapper01 {
	width:auto;
	margin:0 auto;
	padding:15px 0;
	font-size:14px;
}

.Wrapper02 {
	width:950px; /* メインコンテンツの横幅 */
	margin:0 auto;
}


/*---------------------------------------------
    *footer*
---------------------------------------------*/

.footer{
	border-top:1px solid #cccccc;
	padding-top:15px;
	margin-top:30px;
	text-align:center;
}


/*---------------------------------------------
    *main*
---------------------------------------------*/
.mainContent{
	width:630px;
	float:right;
}


h2.rankTit01 {
	margin-bottom:10px;
	color:#ffffff;
	font-size:18px;
	padding:5px 10px;
	background:#2cb4e0;
	font-weight:bold;
}



h3.rankMd01 {
	background:url(../images/rank01.gif) left top no-repeat;
	padding:5px 0 5px 50px;
	border-bottom:2px solid #2cb4e0;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}

h3.rankMd01 {
	background:url(../images/rank01.gif) left top no-repeat;
	padding:5px 0 5px 50px;
	border-bottom:2px solid #2cb4e0;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	margin-bottom:10px;
}

h3.rankMd02 {
	background:url(../images/rank02.gif) left top no-repeat;
	padding:5px 0 5px 50px;
	border-bottom:2px solid #2cb4e0;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

h3.rankMd03 {
	background:url(../images/rank03.gif) left top no-repeat;
	padding:5px 0 5px 50px;
	border-bottom:2px solid #2cb4e0;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}


h3.rankMd04 {
	background:url(../images/rank04.gif) left top no-repeat;
	padding:5px 0 5px 50px;
	border-bottom:2px solid #2cb4e0;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

h3.rankMd05 {
	background:url(../images/rank05.gif) left top no-repeat;
	padding:5px 0 5px 50px;
	border-bottom:2px solid #2cb4e0;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

h4.txtMd01 {
	font-weight:bold;
	margin-top:10px;
}
	

.banPic{
	width:125px;
	float:left;
	margin-right:15px;
}

.rankSpec{
	width:490px;
	float:left;
}

h2.contTit {
	border-left:5px solid #2cb4e0;
	padding-left:5px;
	font-size:18px;
	font-weight:bold;
}

h3.contMd01 {
	border-bottom:1px dotted #2cb4e0;
	padding-bottom:5px;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}


.pointBox {
	background:#fffebf;
	padding:15px;
}

/*---------------------------------------------
    *side*
---------------------------------------------*/

.sideContent {
	width:300px;
}

.sideMenu{
	margin-top:10px;
}

ul.menu {
	margin:0; padding:5px 10px 5px 10px;
	background:#ffffff;
	border:5px solid #2cb4e0;
}

ul.menu li{
	background:url(../images/side_icon01.gif) left top no-repeat;
	margin:10px 0 15px;
	line-height:1;
	padding-left:20px;
}

h2.menuTit01{
	background:#2cb4e0;
	padding:5px 10px;
	color:#ffffff;
	font-weight:bold;
}
