@charset "utf-8";

html{
	width:100%;
	height:100%;
}
body {
	background-color:#fcfcfc;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:100%;
	line-height:1.5;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
input,select,textarea {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:100%;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
	margin:0 1em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:small;
	line-height:1.5;
}
img{
	border:none;
}
a{
	color: #3366CC;
	text-decoration: none;
}
a:hover{
	color: #993300;
	text-decoration: underline;
}
p{
	margin:1em;
	line-height:1.5;
}

th,td{
	vertical-align:top;
}
thead tr th{
	text-align:center;
}
tbody tr th{
	text-align:left;
}

fieldset{
	padding: 0.5em;
}
legend{
	margin:0 0 0 8px;
}
h1{
	margin:0;
	padding:0;
}
dl{
	margin:0;
}
form{
	margin:0;
	padding:0;
	display:inline;
}
p.signature{
	text-align:right;
	width:90%;
	margin: auto auto;
}

.require{
	color:#ff0000;
}
.error{
	color:#ff0000;
}
noscript{
	display:block;
	color:#fff;
}

#site_header{
	clear:both;
	background:url("images/header_bg.gif") #fc7b7b left top repeat-x;
	height:51px;
}
#mainmenu{
	background:#f0f0f0;
}
#mainmenu em{
	float:right;
	margin:0 1em 0 0;
}
#mainmenu ul{
	list-style-type:none;
	margin:0;
	padding:4px 0 0 20px;
}
#mainmenu ul li{
	display:inline-block;
	/display:inline;
	zoom:1;
	width:120px;
}
#site_contents{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}

#pageMain{
	padding:0 10px 10px;
}
#page_contents{
	margin:0;
	padding:0 0 20px 0;
}


#site_footer{
	margin:0 0 0 0;
	padding:1em 0 4px 0;
	text-align:center;
	background-color:#525272;
	color:#fcf7f9;
}
#site_footer ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#site_footer ul > li{
	display:inline;
	margin:0 5px;
	padding:0;
}
#site_footer ul > li > a{
	color:#ffffff;
}
#copyright{
	color:#c0c0c0;
	margin:0;
	padding:0;
}

div.item_errors{
	margin:0 20px 10px 20px;
	padding:4px;
	text-indent:62px;
	border-bottom:1px dotted #790320;
}
div.item_errors > div{
	background:url("images/sprite01.gif") transparent -315px -53px no-repeat;
	width:45px;
	height:41px;
	margin:20px 0 0;
}
div.item_errors > ul{
	list-style-position:inside;
	margin:-38px 0 0;
	padding:0;
	min-height:47px;
}
input.free_text, textarea.free_text{
	ime-mode:active;
}
input.ascii_text, textarea.ascii_text{
	ime-mode:inactive;
}

#loading{
	display:none;
}
#loading div{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.60;
	filter:alpha(opacity=60);
	z-index:80000;
}
#loading p{
	position: fixed;
	top:50%;
	left:50%;
	background:transparent url("images/loading.gif") center center no-repeat;
	width:128px;
	height:128px;
	margin:-64px 0 0 -64px;
	z-index:80001;
}

/* --common--- */
.clearfix:after {  
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.point_hide{
	display:none;
}
