@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-style: normal;
	font-family: Meiryo,"ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
}
body,h1,h2,h3,h4,h5,h6 {
	font-size: 11pt;
	line-height: 1.5;
}
img{
	border: 0;
}
html,body {
	height: 100%;
}

body {
	background: #ffffff url(img/bg.png) repeat;
}

div#gc {
	min-height: 100%;
	position: relative;
	margin: auto;
	min-width: 900px;
	max-width: 1200px;
	background-color: #ffffff;
}


* html div#gc {
	height: 100%;
}


body > #gc {
	height: auto;
}

div.clear {
	height: 0;
	width: auto;
	clear: both;
}

a { color: #ae961c; }

.alert {
	color: #ff0000;
}

/* header -------------------------------- */
div#header {
	width: 100%;
	background: #ffffff url(img/bg-head.png) repeat-x;
	margin-bottom: 10px;
}
div#logo {
	float: left;
	padding: 15px 15px 0;
}
div#login {
	float: right;
	padding: 15px 15px 0;
	text-align: right;
}
div#searchbox {
	text-align: center;
	padding: 30px 15px 0;
}

div#imakitasangyo {
	clear: both;
	text-align: center;
}
p#lang_switch {
	font-size: 8pt;
}

ul#login_menu {
	list-style-type: none;
}
ul#login_menu li {
	display: inline;
	margin: 0 1ex 0;
}
/* main -------------------------------- */
div#main {
	padding: 15px 15px 115px;
	margin: 0 0 0 0;
}

div#maintitle {
	width: 100%;
	border-style: solid;
	border-color: #ae961c;
	border-width: 0 0 1px 0;
	margin: 1ex 0 5ex;
}
div#maintitle h2 {
	float: left;
	border-style: solid;
	border-color: #ae961c;
	border-width: 1px 1px 0 5px;
	padding: 1ex;
	color: #ae961c;
}

div.flyerlist {
	padding: 10px;
	border-style: solid;
	border-color: #ae961c;
	border-width: 0 0 1px;
	margin: 0 0 4ex;
}
div.flyerthumb {
	width: 340px;
	float: left;
}
div.flyertext {
/*	width: 500px;	*/
	margin: auto;
	min-width: 500px;
	float: left;
}
p.flyertextbody{
	margin: 2ex 2ex;
}
div.flyerfoot {
	clear: both;
	text-align: right;
}
div.flyerfoot dl dt,div.flyerfoot dl dd {
	display: inline;
	margin: 0 1ex 0 0;
}
div.flyerfoot dl dt:after {
	content: ':';
}

h2.page_title {
	border-color: #ae961c;
	border-width: 0 0 1px 5px;
	border-style: solid;
	padding: 1ex;
	margin: 5ex 0 5ex;
}

h2#comment_head {
	border-color: #ae961c;
	border-width: 0 0 1px 5px;
	border-style: solid;
	padding: 1ex;
	margin: 5ex 0 0;
}
div.comment {
	border-color: #ae961c;
	border-width: 0 0 1px;
	border-style: solid;
	margin: 4ex 4ex 2ex;
}

div.comment dl dt,div.comment dl dd {
	display: inline;
	margin: 0 1ex 0 0;
}
div.comment dl dt:after {
	content: ':';
}

p.comment_confirmation {
	border-color: #ae961c;
	border-width: 1px 0 1px;
	border-style: solid;
	margin: 4ex 4ex 2ex;
}

div.page_selector {
	text-align: center;
	margin: 2ex;
}
div.page_selector ul {
	list-style-type: none;
}
div.page_selector li {
	display: inline;
	margin: 0 1px;
}
div.page_selector li a {
	padding: 0.5ex;
	border: solid 1px #ae961c;
	text-decoration: none;
}
div.page_selector li.selected a {
	background-color: #ae961c;
	color: #ffffff;
}
div.page_selector li a:hover {
	background-color: #ae961c;
	color: #ffffff;
}


div#foot_ads {
	text-align: center;
}

table.form {
	border-collapse: collapse;
}
table.form th,table.form td {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 1ex;
}
table.form th {
	background-color: #ae961c;
	color: #ffffff;
}
.button_center {
	text-align: center;
}

div.about {
	margin: 1ex 1ex 5ex;
	padding: 0 2ex;
}
div.about p {
	margin: 0.5ex 2ex;
}

ol.howto li {
	margin-left: 6ex;
}

dl.staff {
	margin: 1ex 2ex;
}
dl.staff dt {
	font-weight: bold;
}
dl.staff dd {
	margin-left: 4ex;
}

img#contact {
	border: 2px solid #ae961c;
}

/* footer -------------------------------- */
div#footer {
	position: absolute;
	width: 100%;
	background: #ffffff url(img/bg-foot.png) repeat-x;
	bottom: 0;
	height: 95px;
	color: #ffffff;
}
div#footer a {
	color: #ffffff;
}
div#foot_left { float: left; padding: 15px;}
div#foot_right { float: right; padding: 15px;}
ul.foot_link {
	list-style-type: none;
}
ul.foot_link li {
	display: inline;
}
