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


/*　基本指定　*/
* {
	margin: 0;
	padding:0;
}
img{
    border: none;
	margin: 0;
	padding:0;
}

a img {
  border: none;
}


/* 画像位置指定 */

.imgl {
	margin: 5px 10px 5px 0px;
	padding: 0;
	float: left;
	font-weight: bold;
	text-align: center;
}

.imgr {
	margin: 5px 0px 5px 10px;
	padding: 0;
	float: right;
	font-weight: bold;
	text-align: center;
}

.imgc {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/*文字装飾*/

/*文字色指定*/
.red { color: #ff0000; }
.blue { color: #0000cc; }
.orange { color: #FF9900; }
.green { color: #00CC33; }
.light_b { color: #33CCFF; }
.ao{	color: #78A2FD; }
.pink{	color: #F39; }

/*太文字指定*/
.b { font-weight: bold; }


/*フォントの大きさ指定*/

.xx-small { font-size:58% }
.x-small { font-size:69% }
.small { font-size:83% }
.large { font-size:120% }
.x-large { font-size:144% }
.xx-large { font-size:172% }



/*文字装飾*/
.yline { background: #ffff00; }



.link_r {
	text-align: right;
	margin-right:10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .to-center {text-align:center;}
#content .to-right {text-align:right;}
c_both{
	clear: both;
}

body {
    height: 100%;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}
#wrapper {
	text-align: left;
	width: 840px;
	margin: 0px auto;
       background: url(../img/bg.gif) repeat-y;
}

#content {
	text-align: left;
	width: 780px;
	margin: 0px auto;
}
#header {
	height: 358px;
	width: 780px;
}



/*パンくずリスト*/
.breadcrumb{
	font-size: small;
	margin-bottom: 10px;
	margin-left: 15px;
}


ol.breadcrumbs {font-size: small;}

ol.breadcrumbs li{display: inline-block;}




/*文字指定*/

h1 {
	font-size: 10px;
	background-color: #BBD0FD;
	height: 15px;
	text-align: right;
	background-position: center;
	color:#fff;
	width: 775px;
	padding-right: 5px;
}

h2 {
	color:#333333;
	font-weight:bold;
	font-size:14px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBD0FD;
	border-bottom-color: #BBD0FD;
	text-indent: 0.8em;

}

h3 {
	font-size: 14px;
	height: 35px;
	text-indent: 1.8em;
	line-height: 34px;
	background-image: url(../img/cont_3.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: #333333;
	margin-top: 15px;
}

p {
	line-height:20px;
	padding-bottom: 10px;
}

/*記事指定*/

.mein {
	float: right;
	margin: 0px;
	width: 501px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 15px;
}

/*ボックス指定*/

.box {
	margin: 15px 0px;
}

.box .photo {
	float: left;
	display: inline;
	padding: 0px 5px;
}

.box .text {
	padding-bottom: 20px;
}

.text p {
	padding:5px 10px;
	background:url(../img/line.gif);
	line-height:25px;
}

.story {
	padding: 15px;
}

ul.check{
	list-style-position: inside;
	list-style-image: url(../img/check.png);
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 10px;
}

ul.check li{
	margin-right: 15px;
	margin-left: 15px;
}

ul.kutikomi{
	list-style-position: inside;
	list-style-image: url(../img/smile.png);
	list-style-type: none;
}

ul.kutikomi li{
	padding: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	border: 1px solid #69F;
}


.botton{
	background-color:#7DA5FD;
	width: 450px;
	border: 2px solid #FFF;
	border-radius:5px;
	box-shadow:1px 1px 3px #666666;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	height:52px;
	line-height: 52px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.botton a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.botton a:hover{
	font-weight: bold;
	color: #F00;
	background-color:#ffffff;
}

.hidden_pc { display: none; }
.hidden_sp { display: block; }


/*サイド指定*/

#side {
	float: left;
	width: 234px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 0px;
	font-size: 12px;
}
#side .sidetitle {
	background: url(../img/side.gif) no-repeat;
	height: 35px;
	margin-top: 15px;
	line-height: 35px;
	text-indent: 2em;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}

#side ul {
	list-style:none;
	width: 234px;
	clear: both;
	padding-bottom: 20px;
}
#side li {
	height:40px;
	overflow:hidden;
	list-style-type: none;
	width: 234px;
	background: url(../img/li_img.gif) no-repeat;
	line-height: 40px;
	text-indent: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#side li a {
	display:block;
	width: 234px;
	height:40px;
	text-decoration: none;
	color: #666666;
}

#side li a:hover {
	background-image: url(../img/li_img_2.gif);
}

#side .koukoku {
	text-align: center;
}

/*#side .koukoku img{
	max-width: 100%;
	height: auto;
}*/


/*フッター指定指定*/

#space {
	width: 501px;
	color: #999999;
	margin-bottom: 20px;
	font-size: 12px;
}

#frontfooter p{
	font-size: 10px;
	color: #999999;
}

#footer p {
 	text-align: center;
	padding-top: 10px; 
}
#footer a {
	color: #333333;
}


#footer {
	padding: 5px 30px 0px 30px;
	height: auto;
	font-size: 10px;
	line-height: 14px;
	background: #ededed;
	clear: both;
}

#footer .page {
	margin-left: 7px;
	font-size: 10px;
	text-align: left;
	padding: 0px;
}
