@charset "utf-8";
#authMessage,
#flashMessage,
.error-message	{
color:#CC0000;
}
body{
	color: #000;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	background-color: #FFF;
	background-image:url(../img/base/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0 auto;
}
img,ul,li,p{
margin:0;
padding:0;
border:0;
list-style:none;
}
a{
/*	color:#5186AA;
*/
color:#000;
	}
a:hover{
	color: #06F;
	text-decoration: none;
	}
a:visited{
color:#909;
	}
select{
font-size:1em;
}
.schroll{
overflow:auto;
}
.right{
text-align:right;
}
.center {
	text-align: center;
}

.clearboth{
clear:both;
}

#pageing{
text-align:center;
font-size:16px;
margin-bottom:10px;
}


#main .inlinelist{
display:block;
min-height: 1px;
}
#main .inlinelist li{
display:inline-block;
float:left;
margin:0 8px 0 0;
}
* html .inlinelist {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main .inlinelist:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}


#pankuzu{
padding:0 0 10px 8px;
margin:0;
float:left;
min-width:450px;
}
#pankuzu span{
	float:right;
	color:#999;
	clear:right;
}


#app_btn{
display:block;
}
#app_btn li{
margin:0 3px 0;
padding:0;
display:inline-block;
height:22px;
float:left;
font-weight:bold;
}
#app_btn img{
float:left;
margin-right:5px;
}
#app_btn span{
display:block;
width:25px;
padding:0px;
margin:2px 0 0;
border:1px #0099FF;
float:left;
}


/*--------------------*/
/*------ Layout ------*/
/*--------------------*/

/*--- header ---*/
#header{
width: 995px;
margin:0 auto 3px;
 height:70px;
 overflow:hidden;
color:#FFF;
}
#index #header{
margin-bottom:15px;
}
#header h1 {
display:block;
width:240px;
margin:0 13px 0 0;
padding:0;
float:left;
}
#header h1 a {
display:block;
width:240px;
height:60px;
background-image:url(../img/base/header_logo.png);
background-repeat:no-repeat;
text-indent:-9999px;
overflow:hidden;
}
#header .subtitle {
display:block;
width:123px;
height:30px;
float:left;
margin-top:16px;
background-image:url(../img/base/header_text.png);
background-repeat:none;
text-indent:-9999px;
}
#header_form{
display:block;
float:left;
width:345px;
margin-left:25px;
margin-top:17px;
font-size:0.9em;
}
#header_form #search_inputs{
margin:0;
text-align:right;
float:left;
width:290px;
}
#header_form #search_inputs #search_list	{
padding-top:2px;
padding-bottom:2px;
}
#header_form #search_inputs input, #header_form #search_inputs select{
height:18px;
width:138px;
font-size:0.9em;
margin:0;
padding:0;
}
#header_form #serch_btn{
float:right;
}

#header_form #search_inputs ul{
width:240px;
float:right;
}
#header_form #search_inputs li{
display:inline-block;
float:right;
margin-left:4px;
}
#header_form #search_inputs li a{
color:#FFFFFF;
}
#header #join_btn{
float:right;
margin-top:20px;
}
#header #header_right{
width:230px;
float:right;
}
#header #header_right p{
margin-top:5px;
font-weight:bold;
font-size:14px;
text-align:right;
}
#header #header_right #join_btn{
margin:0;
padding:0;
}
#header #header_right #join_btn li{
display:inline-block;
float:left;
}
#header #header_right #join_btn li a{
display:block;
height:27px;
float:left;
overflow:hidden;
text-indent:-9999px;
background-image:url(../img/base/header_btn_login.jpg);
}

#header #header_right #join_btn li.login a{
width:84px;
}
#header #header_right #join_btn li.join a{
width:116px;
background-position:-84px;
}
#header #header_right ul.user_data	{
float:right;
margin-top:2px;
}
#header #header_right ul.user_data li	{
padding:3px;
float:left;
font-size:12px;
font-weight:bold;
}
#header #header_right ul.user_data li a	{
color:#FFF;
background:#4E85A9;
text-decoration: none;
padding:5px 15px 5px 15px;
}

/*---------------------*/
/*------ bottom -------*/
/*---------------------*/

#main{
	width: 995px;
	margin:0 auto;
}
/*--- content ---*/

#content{
	width:800px;
	float:right;
	padding-bottom:20px;
}

/*--- leftside ---*/
#leftside{
width:188px;
margin:0;
padding:0 0 20px 0; 
float:left;
}
#leftside h2{
display:block;
background:url(../img/base/left_title_bg.gif);
font-size:1.1em;
height:23px;
padding-left:16px;
margin:0 0 7px;
color:#119849;
}
#leftside ul{
padding-left:12px;
font-size:1em;
}
#leftside ul li{
list-style:inside url(../img/base/arrow_next.gif);
margin-bottom:12px;
}
#leftside ul li.nolist{
padding-left:0;
list-style:none;
}


/*----------------------*/
/*---     footer     ---*/
/*----------------------*/
#footer{
width:100%;
background-color:#E2E2E2;
color:#666;
padding:20px 0;
margin-bottom:0;
font-size:12px;
}
#footer a{
color:#000;
}

#footer div{
width:995px;
margin:0 auto;
}
#footer #footer_left{
width:800px;
margin:0;
float:left;
}
#footer #footer_left p{
	clear:left;
}

#footer ul{
display:block;
width:800px;
margin:0 0 20px 0;
float:left;
clear:right;
}
#footer li{
display:inline-block;
float:left;
margin-right:8px;
font-size:0.9em;
}
#footer #footer_logo{
float:right;
}
/*----------------------*/
/*------ clearfix -----*/
/*--------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}f
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}


#secondary_contents	{
width:900px;
margin: 0px auto 10px auto;
padding:10px;
}

#secondary_contents p	{
line-height:1.8em;
margin-bottom:10px;
}
#navi	{
font-size:11px;
margin-bottom:10px;
}
#secondary_contents .submit	{
text-align:center;
}
#secondary_contents  table{
	color: #000;
	background-color: #91bad5;
	margin-bottom:10px;
	}

#secondary_contents table th{
	background-color: #e9f2fa;
	color:#000;
	font-weight:bold;
	font-size:90%;
	text-align:left;
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
#secondary_contents table td{
	background-color:#FFF;
	color:#000;
	font-size: small;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	}
ul.disease_sub_navi	a	{
color:#FFF;
}
#advices_link	{
font-size:12px;
width:180px;
background:#FFFFFF;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
margin: 0 0 10px 0;
padding:5px 10px 5px 10px;
}
#advices_link p.side_advices_title	{
font-size:14px;
font-weight:bold;
padding:0;
margin:0;
color:#119849;
line-height:1.5;
border-bottom: 2px dotted #CCC;
}
#advices_link p.side_advices_title a	{
color:#119849;
text-decoration: none; 
}
#advices_link ul	{
padding:0;
margin:10px 0 10px 0;
}
#advices_link ul li	{
padding: 0 0 0 15px;
list-style-type:none;
background: url(../img/li_icon.gif) no-repeat 0 3px;
}
#advices_link ul li	a{
}
/*
#advices	{
width:575px;
border: 1px solid #6697B7;
padding:10px;
}
*/
#advices .advices_box	{
border: 1px solid #6697B7;
padding:10px;
margin:0 0 10px 0;
}
#advices .advices_box p	{
margin:0;
padding:0;
font-size:12px;
}
#advices .advices_box p.advices_img	{
float:left;
padding:3px;
margin:0 5px 5px 0;
border: 1px solid #CCC;
}
#advices .advices_box p.advices_title	{
font-weight:bold;
}
#advices .advices_box p.advices_title .advices_cate	{
font-size:16px;
}
#advices .advices_box p.advices_body	{
margin:0;
padding: 0 5px 0 5px;
line-height:1.5;
}
ul.tab_top_list	{
margin:0;
padding:0;
list-style-type:none;
font-size:13px;
}
ul.tab_top_list li	{
float:left;
padding-right:10px;
}
ul.tab_top_list li a	{
color:#119849;
}



#camp_left {
	width:220px;
	float:left;
}


>>>>>>> .r651

#camp_right {
	width:750px;
	float:right;
}
#camp_left h2 {
	color:#DA5067;
	font-size:16px;
	line-height:1.2em;
	margin-bottom:0;
	padding-bottom:0;
}
#camp_left h2 span{
	font-size:14px;
}
#camp_left #camp_brand_name, #camp_left #camp_sponsor {
	margin-bottom:35px;
}
#camp_left #camp_brand_name p, #camp_left #camp_sponsor  p {
margin-bottom:10px;
}
#main #camp_left #oubo {
	text-align:center;
	margin-bottom:20px;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #fef4e9;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#507F9F), to(#A8CDE8));
	background: -moz-linear-gradient(top,  #507F9F,  #A8CDE8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#507F9F', endColorstr='#A8CDE8');
}
/*
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#507F9F), to(#507F9F));
	background: -moz-linear-gradient(top,  #507F9F,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
*/
/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

#secondary_contents	{
width:900px;
margin: 0px auto 10px auto;
padding:10px;
}

#secondary_contents p	{
line-height:1.8em;
margin-bottom:10px;
}
#navi	{
font-size:11px;
margin-bottom:10px;
}
#secondary_contents .submit	{
text-align:center;
}
#secondary_contents  table{
	color: #000;
	background-color: #91bad5;
	margin-bottom:10px;
	}

#secondary_contents table th{
	background-color: #e9f2fa;
	color:#000;
	font-weight:bold;
	font-size:90%;
	text-align:left;
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
#secondary_contents table td{
	background-color:#FFF;
	color:#000;
	font-size: small;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	}
ul.disease_sub_navi	a	{
color:#FFF;
}
#advices_link	{
font-size:12px;
width:180px;
background:#FFFFFF;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
margin: 0 0 10px 0;
padding:5px 10px 5px 10px;
}
#advices_link p.side_advices_title	{
font-size:14px;
font-weight:bold;
padding:0;
margin:0;
color:#119849;
line-height:1.5;
border-bottom: 2px dotted #CCC;
}
#advices_link p.side_advices_title a	{
color:#119849;
text-decoration: none; 
}
#advices_link ul	{
padding:0;
margin:10px 0 10px 0;
}
#advices_link ul li	{
padding: 0 0 0 15px;
list-style-type:none;
background: url(../img/li_icon.gif) no-repeat 0 3px;
}
#advices_link ul li	a{
}
/*
#advices	{
width:575px;
border: 1px solid #6697B7;
padding:10px;
}
*/
#advices .advices_box	{
border: 1px solid #6697B7;
padding:10px;
margin:0 0 10px 0;
}
#advices .advices_box p	{
margin:0;
padding:0;
font-size:12px;
}
#advices .advices_box p.advices_img	{
float:left;
padding:3px;
margin:0 5px 5px 0;
border: 1px solid #CCC;
}
#advices .advices_box p.advices_title	{
font-weight:bold;
}
#advices .advices_box p.advices_title .advices_cate	{
font-size:16px;
}
#advices .advices_box p.advices_body	{
margin:0;
padding: 0 5px 0 5px;
line-height:1.5;
}
ul.tab_top_list	{
margin:0;
padding:0;
list-style-type:none;
font-size:13px;
}
ul.tab_top_list li	{
float:left;
padding-right:10px;
}
ul.tab_top_list li a	{
color:#119849;
}


#post{
width:300px;
text-align:right;
float:right;
}
#post a{
color:#999999;
}

.remark_img{
	max-width:280px;
	max-height:280px;
}
.nametab ul{
display:block;
border-bottom:2px solid #4E85A9;
margin-bottom:10px;
padding:0;
}
.nametab li{
margin:0 3px 0 0;
padding:0;
display:inline;
_float:left;
}
.nametab a{
	border:1px solid #4E85A9;
	padding:3px 7px 1px;
	color:#FFF;
	background-color:#4E85A9;
	height:14px;
}
.nametab a:hover{
	background-color:#7EB5D9;
}
.nametab li.nolink{
border:1px solid #4E85A9;
	padding:3px 7px 1px;
	font-weight:bold;
}
