@charset "Shift_JIS";

/*default_tag*/

dl, dt, dd,ul,ol,li, h1, h2, h3, h4, h5, h6,p {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	}

ul,ol,li {
	list-style-type: none;
	}

img {
	border: 0px;
	}

/*hr {
	display: none;
	}*/

.hidden {
	display: none;
	}

.center{
	text-align:center;
	}
	
.right {
	float:right;
	}

.left {
	float:left;
	}
	
.bold{
	font-weight : bold;
}

.small{
	font-size : 85%;
}


.red {
    color:#CC0000;
	}

.blue {
    color:#0000CC;
	}
	

/*float_none*/

.clr {
	clear: both;
	float: none;
	display: inline-block;
	}

.clr:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height: 0;
	}
	

/* no ie mac \*/
* html .clr { height: 1%; }
.clr { display: block; }
/* */


/*image_alpha*/
.alpha a:hover img,
.alpha a:hover{
    filter: Alpha(opacity=80); /*IE*/
    opacity:0.8; /* mozilla*/
    }

/* body */

body {
	margin:0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	font-size: 90%;
	}


#kakuka_body {
	font-size: 100%;
}

#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
}
#header {
	width: 850px;

	height: 100px;
	text-align:left;
	padding: 0px;
	position:relative;
	margin:0 auto;
	/*border:1px solid #CCC;*/
	text-align:left;
}

#header #logo{
	position:absolute; top:20px;left:10px;}

#photo_img {
	background-color: #FFFFFF;
	height: 130px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	padding: 0px;
}


#container {
	float: left; /* ボックスを左寄せに指定 */
	width: 690px; /* ボックスの幅を指定 */
}
#primary {
	float: right; /* ボックスを右寄せに変更 */
	width: 480px;
	margin: 10px 0;
	background-color: #FFFFFF;
}
#secondary {
	float: left;
	width: 190px;
	margin: 10px 0 20px 0px; /* 上下方向のみのマージンに変更 */
	background-color: #FFFFFF;
}


#keitai_bn {
	float: left;
	width: 160px;
	margin: 10px 0 20px 0px;
	background-color: #FFFFFF;
	text-align:center;
	font-size:0.8em;
	color:#009;
}




#koukoku {
	float: right;
	width: 160px;
	margin: 10px 0;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.85em;
}


.anchor{
	display : block;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px;
	height : 1px;
}

#PageTop_Modoru {
	width: 830px;
	font-size: 0.9em;
	text-align: right;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}




/*SNS*/
div#sns {
	margin:0;
	padding:0;
	overflow:hidden;
}

div#sns ul{
margin:0;
padding:0;
}

div#sns li {
	display:inline;
	float:left;
	list-style-type: none;
	margin-left: 10px;
}


div#sns ul .twitter {
	width: 95px;
}
