*{
	word-wrap: break-word;
	word-break:break-all;
}

html {
	height: 100%;
	overflow-y: scroll;
	}

body {
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	background: url(img/body_back.gif) repeat-y center top;
	color:#333;
	font-size:80%;
}
input,select{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	border-collapse:collapse;
	vertical-align:top;
}
div, span, pre {
	margin: 0;
	padding: 0;
}


textarea { font-size: 100%; }
img { vertical-align: bottom;
	border-style:none;
}
hr  { display: none; }
em{font-style:normal}

input{line-height:auto;vertical-align:top;}
a {color: #3399AB;}
a:hover {}
.cfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .cfix{height: 1%;}
*+html .cfix{min-height: 1%;}
.cfix {display: block;}
/* End hide from IE-mac */


#gazou{
	width: 801px;
	margin: 0 auto;
}

#head{
	padding: 5px 0 10px;

	text-align:left;
}
#head div.titleimage{
	background: url("img/head_back.jpg") center center;
	height:180px;
}
#head div.titleimage p{
	padding:10px;
}
#head h5{
	font-size: 90%;
	margin: 0 10px 0 10px;
}

#head h1{
	margin: 0 10px 0 10px;
	font-weight:bold;
}



/* sub */
#menu{
	float:right;
	display:inline;
	width:200px;
}
#menu ul{
	margin:0.4em 0 30px 0;
}
#menu ul li{
	margin:0 0 0.4em 2em;
	font-size: 110%;
	list-style-type:disc;
}
#menu div.mobile{
	margin:10px;
	padding:10px 10px 0 10px;
	border:1px solid #ccc;
	font-size:85%;
}
#menu div.mobile p{
	text-align:center;
}
#menu p.banner{
	margin:10px;
}
/* footer */

#footer{
	margin:0 0 10px;
	text-align:left;
	font-size: 80%;
}

#footer ul{
	margin:0 0 0.4em 0;
	padding:0.6em 0;
	text-align:center;
	background:#FFFF99;
}
#footer li{
	display:inline;
}

#contents{
	margin: 0 20px;
	padding:0 0 20px 0;
	width: 560px;
	float:right;
	display:inline;
}

#contents h2{
	margin:1em 0 0.6em 0;
	padding:0.4em;
	font-weight:bold;
	font-size:120%;
	background:#FFFF99;
}
#contents p{
	margin-bottom:1em;
}

#contents div.group{
	height:150px;
	overflow:auto;
}

#contents table.profile table{
	margin:0 0.8em 0.8em 0.8em;
}
#contents table.profile th{
	padding:0.6em;
	font-weight:bold;
	border:1px solid #ccc;
}

#contents table.profile td{
	padding:0.6em;
	border:1px solid #ccc;
}

#contents ol.sitemap{
	font-size:120%;
}
#contents ol.sitemap li{
	margin-left:2em;
	margin-bottom:0.4em;
	list-style-type:decimal;
}

