@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	padding:0px;
	color:#4f4f4f;
	background-color:#dedede;
	font-family:"ヒラギノ角ゴ Pro W3",Meiryo,"ＭＳ Ｐゴシック";
	font-size:80%;
	line-height:140%;
}

a:link {
	color:#16347e;
}

a:visited {
	color:#16347e;
}

a:active {
	color:#fd045c;
}

a:hover {
	color:#fd045c;
}

img {
	border:none;
}

form {
	margin:0px;
	padding:0px;
}

p {
	margin:5px 0px 10px;
	padding:0px;
}

.redbold {
	color:#ff0000;
	font-weight: bold;
}

/*ページ全体を包括*/

#wrapper {
	margin:0 auto;
	padding:0px;
	width:980px;
}

#bg {
	padding:20px 1px 0px;
	border-right:1px solid #bdbdbd;
	border-left:1px solid #bdbdbd;
	width:976px;
	float:left;
	background-color:#ffffff;
}


/*コンテンツ部分 サイドバー部分 包括*/

#container {
	padding:10px 8px;
	float:left;
	width:960px;
}


/*ヘッダー部分*/

#header {
	margin:0px;
	padding:0px 10px 10px 10px;
	border-bottom:3px double #bdbdbd;
	float:left;
	width:956px;
	line-height:0%;
}

#header ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#header li#tab_banner a{
	display:block;
	float: right;
	width:468px;
	height:60px;
	background:url(../images/dmm_banner.gif) no-repeat left top;
}

#header li#tab_logo a{
	display:block;
	float:left;
	width:95px;
	height:45px;
	background:url(../images/aol_logo.gif) no-repeat left top;
}

/*パンくずリスト*/

#pankuzu {
	line-height:100%;
}
#pankuzu a {
	padding:0px 10px 0px 12px;
	color: #000080;
	background:url(../images/icon_pankuzu.gif) no-repeat left center;
}
#pankuzu a:visited {
	color:#16347e;
}
#pankuzu a:active {
	color:#fd045c;
}
#pankuzu a:hover {
	color:#fd045c;
}


/*コンテンツ部分*/

#contents_right {
	margin:0px;
	padding:0px;
	float: right;
	width:700px;
}

.contents-inner {
	margin:0px;
	padding-top:5px;
	padding-bottom:20px;
	clear:both;
}
.cont-narrow {
	padding-right:10px;
	padding-left:10px;
	width:680px;
}

/*タイトル背景*/

#ptitle {
	margin:10px 0px 5px;
	padding-bottom:12px;
	width:700px;
}

#ptitle h1 {
	margin:0;
	padding:0;
	width:700px;
	height:40px;
	line-height:2;
	background:url(../images/ttl_h1.gif) no-repeat left top;
	font-size:140%;
	text-indent:20px;
}

#ptitle h1 span {
	color: #000080;
}

#contents_right h2 {
	margin:0px;
	padding:10px 0px 0px 10px;
	width:680px;
	height:35px;
	line-height:100%;
	background:url(../images/ttl_h2.gif) no-repeat left top;
	font-size:120%;
}

/*サイドバー部分*/

/*-------------#sidebar_left▼*/
#sidebar_left {
	width:250px;
	padding:0px;
	margin:0px;
	float:left;
	clear:left;
}

#sidebar_left .contents_menu{
	width:250px;
	padding:0px;
	margin:15px 0 15px 0;
}

#sidebar_left .menu{
	width:250px;
	height:40px;
	background:url(../images/menu_ttl.gif) 0 0 no-repeat;
}


#sidebar_left .menu h2{
	margin:0;
	pading:0;
	text-indent:10px;
	line-height:2.7;
	font-size:14px;	
}


#sidebar_left .menu_list{
	width:248px;
	height:100%;
	border-left:#c8c8c8 1px solid;
	border-right:#c8c8c8 1px solid;
	border-bottom:#c8c8c8 1px solid;
	border-collapse: collapse;
}

#sidebar_left ul{
	list-style:none;
	padding:0;
	margin:0;
}

#sidebar_left li{
	border-bottom:#c8c8c8 1px solid;
	border-collapse: collapse; 
	text-indent:25px;
	line-height:270%;
}

#sidebar_left li.under{
	text-indent:25px;
	line-height:270%;
	border:none;
}

a.bt{
	display:block;
	background:url(../images/menu.gif) 0 0 no-repeat;
	width:248px;
	height:36px;
	text-decoration:none;
}

a:hover.bt{
    background-position:bottom left;
}

a.bt_l{
	display:block;
	background:url(../images/menu_l.gif) 0 0 no-repeat;
	width:248px;
	height:54px;
	text-decoration:none;
}

a:hover.bt_l{
    background-position:bottom left;
}


/*-------------#sidebar_left/end*/

/*アンダーナビ部分*/

#undernavi {
	float:left;
	width:976px;
	background-color:#e9e9e9;
	text-align:center;
}
#undernavi div {
	padding:2px 30px;
	border-top:1px dotted #a6a6a6;
	line-height:150%;
}
#undernavi div a {
	text-decoration:none;
}

/*フッター部分*/

#footer {
	padding:10px;
	clear:both;
	color:#ffffff;
	background-color:#264A69;
	text-align:center;
	font-size:85%;
}
#footer img {
	float:right;
	margin-left:10px;
}

