@charset "utf-8";

/*========================================
	
=========================================*/
/*========================================

=========================================*/

/*----------------------------------------
		[1]:browser default
-----------------------------------------*/
body,h1,h2,h3,h4,h5,h6,div,li,ul,dl,dt,dd,form{margin:0 0 0 0;padding:0 0 0 0}
h1,h2,h3,h4,h5,h6{font-size:100%}
li{list-style:none}
p{margin:0;padding:0.5em 0}
img{border:0}

/*----------------------------------------
		[2]:common
-----------------------------------------*/
body {
	text-align:center;
	background-image:url(../global_img/base_bg.gif);
}

body,td,th{
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	line-height: 1.4em;
}

div hr{
	display:none;
}
/*float*/
.left{
	float:left;
}
.right{
	float:right;
}
/*clear*/
.clear{
	clear:both;
}
/*base link*/
a:link{
	color:#13487C;
}
a:visited{
	color:#039;
}
a:hover{
	text-decoration:none;
	color:#c00;
}

.com_layer { display: none; }

table .bg1{
	background-color:#d8d8d8;
}
table .bg2{
	background-color:#f0f0f0;
}
table .tcenter{
	text-align:center;
}
table .tright{
	text-align:right;
}
p.tright{
	text-align:right;
}
table td.tleft{
	text-align:left;
}
p.tleft{
	text-align:left;
}

.va-middle {
	vertical-align: middle;
}

/*汎用マージン*/
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}

/*このページのトップへ*/
div.page_top{
text-align:right;
margin:10px 0;
}
div.page_top img{
vertical-align:middle;
margin:0 3px;
}


/*----------------------------------------
		[3]:layout
-----------------------------------------*/
#container{
	background:url(../global_img/container_bg.gif) repeat-y;
	width:810px;
	margin:0 auto;
}
#contents_body{
	margin:0px 20px 0px;
	padding:10px 0 10px 0;
	text-align:left;
}
/*2カラム設定*/
#contents_body #main_contents{
	float:left;
	width:520px;
}
#contents_body #right_contents{
	float:right;
	width:240px;
}
.contents-box{
	padding-bottom:10px;
	text-align:left;
}

/*2カラム設定（チーム）*/
#contents_body #main_contents2{
	float:left;
	width:530px;
}
#contents_body #right_contents2{
	float:right;
	width:230px;
}


/*----------------------------------------
		[4]:header
-----------------------------------------*/
#header{
	height:76px;
	margin:0 5px;
	background:url(../global_img/header_bg.gif) repeat-x;
}
#header p{
	float:left;
	width:240px;
	padding-top:15px;
	padding-bottom:9px;
}
#header div#adp{
	float:left;
	width:130px;
	padding-top:15px;
}
#header div#touroku{
	float:left;
	width:400px;
        line-height: 1.3em;
	padding:15px 0 0 15px;
	text-align:left;
}
#header div#logo{
	float:right;
	width:95px;
	padding:22px 0 0 0;
	text-align:left;
}
#header div#dinos-logo{
	float:right;
	width:66px;
	padding:32px 18px 0 0;
	text-align:left;
}


/*スーパーバナー*/
#s_banner{
	margin:5px auto;
}

/*----------------------------------------
		[5]:glovalnav
-----------------------------------------*/
#nav{
 padding:0;
 margin:0 0 0 5px;
 clear:both;
 float:left;
 width:785px;
 border-left:1px solid #0a1f64;
 border-right:1px solid #0a1f64;
 border-top:1px solid #0a1f64;
 background:#122564 url(../global_img/subnav_bg.gif) repeat-x top left;
}

#nav ul{
 list-style:none;
 margin:0;
 padding:0;
 float:left;
 width:750px;
 height:25px;
}

#nav li{
 float:left;
 display:block;
 height:25px;
 background:url(../global_img/nav_separator.gif) right no-repeat;
}

#nav li a{
 color:#FFFFFF;
 float:left;
 white-space:nowrap;
 padding:5px 6px 4px 6px;
 margin:0;
}


/*----------------------------------------
		[6]:body
-----------------------------------------*/
/*ヘッダーおすすめPR*/



#headpr ul{
list-style: none;
padding: 0px 0px 4px 0px;
}

#headpr li {
font-style: normal;
padding: 1px 0px 0px 50px;
text-align:left;
display: block; 
background:url(../global_img/headpr.gif) no-repeat left center;
}


/*パンくずリスト*/
#topicpath{
	margin:0 20px 5px;
	text-align:left;
}

/*見出し*/
div.ttl_style{
    position:relative;
    background:url(../global_img/conttitle_bg.gif) no-repeat;
    width:515px;
    height:36px;
}
.ttl_style3{
    position:absolute;
    left:0;
    top:0;
}

div#ttl_style1{
	position:relative;
	background:url(../global_img/conttitle_bg.gif) no-repeat;
	width:515px;
	height:40px;
}
div#ttl_style2{
	position:relative;
	background:url(../global_img/conttitle_bg.gif) no-repeat;
	width:515px;
	height:36px;
}
div#ttl_style1 h2,
div#ttl_style2 h2{
	position:absolute;
	left:0;
	top:0;
}


/*----------------------------------------
		[7]:footer
-----------------------------------------*/

#footer1{

	padding:0;
	margin:0 18px 0 18px;
	text-align:center;
}
#footer1-inner{
	background:url(../global_img/footer_bg.gif) no-repeat left top;
	padding: 7px 5px 3px 5px;
	margin: 0 0 0 0;
}
#footer1 li{
	display:inline;
	font-size:92%;
	color:#fff;
}
#footer1 li a{
	color:#fff;
}
#footer1_bottom{
	background:url(../global_img/footer_bottom.gif) no-repeat left bottom;
	padding-bottom: 4px;
}

#footer2{
	padding:5px 40px;
	text-align:left;
}
#footer2 li{
	display:inline;
	font-size:92%;
}
#footer2 div#copy{
	font-size:10px;
	line-height:120%;
}


.c-box:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.c-box{display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box{height: 1%;}
.c-box{display: block;}
 /* End hide from IE-mac */
 
 .clear_both{
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}

 /* navi */
div#pathNaviArea{
border-bottom:1px dotted #ccc;
margin:3px 0 10px 0;
}


div#pathNaviArea em{
color:#838382;
font-style:normal;
}

 /* result */
.result {
padding:0px 25px 0px 25px;
}

.result ul{
list-style:disc; 
margin:0; 
padding:0; 
}

.result li {
list-style:disc; 
margin: 0px 0px 5px 0px;
line-height : 15px
}


 /* touroku */
.linkpolicy {
	
padding:10px 10px 0px 10px;
}

.linkpolicy li {
font-size:12px;
margin: 0px 0px 0px 25px;
}

.linkpolicy p {
text-align:left;
line-height : 15px;
}

.linkpolicy hr{
	display:block;
}

.cattitle {
width: 500px;
background-color: #FFFAEA;
	font-size: 15px;
	border: 1px solid #cccccc;
	text-align: left;
	padding: 3px;
        margin: 10px auto 10px;
}

.touroku {
border:0;
width: 500px;
text-align: left;
}

#copytxt {
	width: 500px;
	margin: 10px auto 10px;
	border: 1px solid rgb(128,128,128);
	border-right-color: rgb(255,255,255);
	border-bottom-color: rgb(255,255,255);
}

#copytxt div {
	padding: 5px;
	border: 1px solid rgb(0,0,0);
	border-right-color: rgb(192,192,192);
	border-right-color: rgb(192,192,192);
	background: #EAEFFF;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.catname {
	text-align: left;
        margin: 0px 0px 0px 15px;
}

div.ttl_style .trk{
    position:absolute;
    width:106px;
    left:400px;
    top:8px;
}

/*ピックアップ*/
#pickup_box{
    width:515px;
    padding-bottom:10px;
}
#pickup_box .image_left{
    float:left;
    margin-right:10px;
    margin-bottom:3px;
    padding:0 5px 5px 0;

}
#pickup_box .image_left img{
    margin:8px 0px 0px 8px;
}
#pickup_box .con_right{
    padding:3px 10px 0 10px;
}

#pickup_box .con_right2{
    padding-top:3px;
}

}
#pickup_box .con_right p{
    /* border-bottom:solid #ccc 1px; */
    line-height:130%;
    margin-bottom:4px;
}
#pickup_box .con_right p img.more{
    vertical-align:middle;
}

}
#pickup_box .con_right2 p{
    /* border-bottom:solid #ccc 1px; */
    line-height:130%;
    margin-bottom:4px;
}
#pickup_box .con_right2 p img.more{
    vertical-align:middle;
}

}
#pickup_box table.pickup{
border:1px solid #ccc;
margin:2px;
}
#pickup_box table.pickup td{
    font-size:93%;
    line-height:105%;
    padding:2px;
}
#pickup_box table.pickup td a{
    text-decoration:none;
}

#top_cat {
    margin:0px 0px 0px 8px;
}

#top_cat ul{
    margin:0px 0px 0px 8px;
}

#listtitle{
    font-size:15px;
    font-weight: bold;
	height: 23px;
	margin: 0px 7px 0 0;
	padding: 7px 0 0 10px;
	color: #FFF;
	background: #DDE7F0 url("../global_img/listtitle.gif") repeat-x;
}

.contentnai {
    margin:5px 5px 0px 8px;
}


.profile{
float: left;
width: 500px;
margin:  10px 0px 10px 2px;
padding: 10px 10px 3px 0px;
text-align:left;
border-bottom:1px dotted #ccc;
}

.profile img{
float: left;
margin: 0 10px 0 0;
}

.procont li{
margin: 0 0 0 10px;
}
.procont{
margin:  0px 5px 5px 5px;
}

.av {
float:left;
text-align:left;
font-size:11px;
line-height:1.2em;
width: 500px;
padding:0px 0px 5px 5px;
margin: 10px 0px 0px 5px;
border-style: dotted;
border-width: 0 0 1px 0;
border-color: #9F9F9F;
}


.av1{
float: left;
width: 100px;
margin: 5px 0px 0px 0px;
padding: 1px 1px 1px 1px;
top: 0px;
}

.av2{
float: right;
width: 272px;
margin: 5px 0px 0px 0px;
padding: 0px 8px 3px 8px;
text-align:left;
top: 0px;
}

.av1 img{
float: left;
padding: 0px 0px 0px 0px;
}

.av2 img{
float: left;
padding: 5px 5px 0px 0px;
}

.ura1{
float: left;
width: 100px;
margin: 5px 0px 0px 0px;
padding: 1px 1px 1px 1px;
top: 0px;
}

.ura2{
float: right;
width: 222px;
margin: 5px 0px 0px 0px;
padding: 0px 8px 3px 8px;
text-align:left;
top: 0px;
}

.ura1 img{
float: left;
padding: 0px 0px 0px 0px;
}

.ura2 img{
float: left;
padding: 5px 5px 0px 0px;
}