@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{   
	margin:0;  
	padding:0; 
	/*サジェスト検索設置のため下記を設置*/
	z-index: 1;
	}  
table{  
	border-collapse:collapse;  
	border-spacing:0;  
	}  
fieldset,img {   
	border:0;  
	}  
address,caption,cite,code,dfn,em,strong,th,var {  
	font-style:normal;  
	font-weight:normal;  
	}  
ol,ul {  
	list-style:none;  
	}  
caption,th {  
	text-align:left;  
	}  
h1,h2,h3,h4,h5,h6 {  
	font-size:100%;  
	font-weight:normal;  
	}  
q:before,q:after {  
	content:'';  
}  
abbr,acronym {
	border:0;  
	}

a img,map a {
	border:none;
	}

body{
	/*font-size:small;*/
	color:#444;
	font-family: 'Meiryo', 'CI', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W3', 'lr oSVbN', 'lr SVbN', 'Osaka ',  'Osaka-';
	word-break:break-all;
	line-height:144%;
}

a {
/*\*/
	overflow: hidden;
/**/
	}

a img{
	border:none;
	}

hr.separate{
	display: none;
	}
a.hover img{
	}
a.hover:hover img{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}


/*==================================================================
	2: list setting
===================================================================*/

ul.disc{
	padding-left:2.5em;
	margin:1em 0px;
	list-style:disc;
}
ul.circle{
	padding-left:2.5em;
	list-style:circle;
	margin:1em 0px;
}
ol.decimal{
	padding-left:2.5em;
	list-style:decimal;
	margin:1em 0px;
	}
	
	
/*	inline list
-------------------------------------------------------------------*/
dl.inline dt,
dl.inline dd,
ol.inline li,
ul.inline li{
	display:inline;
	}

/*	list
-------------------------------------------------------------------*/
li img,
li input{
	vertical-align:middle;
	}
li input{
	margin-right:5px;
	}


/*	bread list
-------------------------------------------------------------------*/
ol.breadNavigation{
	margin-bottom:6px;
	font-size:x-small;
	}
ol.breadNavigation li{
	display:inline;
	}
ol.breadNavigation li a{
	padding-right:10px;
	background: url("/img/common/bl.gif") no-repeat 100% 50%;
	}


/*	error list
-------------------------------------------------------------------*/
ul.error{
	background-color:#FFD3C3;
	padding:8px 0px;
	margin:8px auto;
	}
ul.error li {
	background: #FFD3C3 url("/img/icon/icon_info.gif") no-repeat 10px 50%;
	padding-left:25px;
	color: #FF0000;
	}
span.error{
	background-color:#FFD3C3;
	display:block;
	padding:2px 0px;
	margin:3px 0px;
	background: #FFD3C3 url("/img/icon/icon_info.gif") no-repeat 10px 50%;
	padding-left:25px;
	color: #FF0000;
	}

tr.error input ,
tr.error textarea,
tr.error select {
	background-color: #FFD3C3;
	background:
	}

ul.success{
	background-color: #009900;
	font-size:100%;
	margin:13px 0;
	padding:8px;
	}
ul.success li {
	color:#FFF;
	font-weight:bold;
	}
.new{
	background: url("/img/icon/icon_new.gif") no-repeat 100% 0%;
	padding-right:30px;
}

/* float Styles
-------------------------------------------------------------------*/
.leftBox{
	float:left;
	}
.rightBox{
	float:right;
	}
.float7 li{
	float:left;
	width:11%;
	}
.float6 li{
	float:left;
	width:16%;
	}
.float5 li{
	float:left;
	width:19%;
	}
.float4 li{
	float:left;
	width:24%;
	}
.float3 li{
	float:left;
	width:32%;
	}
.float2 li{
	float:left;
	width:49%;
	}

.clear{
	clear:both;
	}


/*	flowlist styles
-------------------------------------------------------------------*/

ol.flowlist{
	width:100%;
	margin-bottom:1.2em;
	}
ol.flowlist li{
	float:left;
	width:32%;
	padding:10px 0px 6px 0px;
	text-align:center;
	margin:0px 2px;
	border-bottom:8px solid #EEE;
	}
ol.flowlist li.now{
	font-weight:bold;
	border-bottom:8px solid #FC0;
	}



/*==================================================================
	3: table setting
===================================================================*/

table{
	empty-cells: show;
	}

table.sheet{
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	border: 1px solid #CCC;
	border-bottom: none;
	margin-bottom:10px;
	}

.sheet caption {
	background-color:#EEE;
	border: 1px solid #CCC;
	border-top: 2px solid #06C;
	border-bottom:none;
	text-align: left;
	padding: 8px 5px;
	font-weight: bold;
	}
.sheet th,
.sheet td{
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
	}
.sheet th{
	background-color:#EEE;
	width: 120px;
	font-weight: normal;
	}
.sheet td img{
	vertical-align:middle;
	}

.sheet thead th{
	background-color: #0060BE;
	padding:8px;
	font-weight:bold;
	line-height:100%;
	color:#FFF;
	background-image:none;
	width:auto;
	}

table.form	{
	border-spacing:0px;
	border-collapse:collapse;
	margin:0px auto;
	width:100%;
	}
	
.form caption{
	background-color:#979797;
	color:#FFF;
	padding: 5px;
	}
.form th{
	background-color: #FDFDFD;
	text-align:left;
	font-weight:bold;
	white-space:nowrap;
	width:120px;
	}
.form td{
	padding: 5px 0px;
	}
.form td,
.form th{
	border:1px solid #E7E7E7;
	padding: 5px;
	}


/*==================================================================
	4: form setting
===================================================================*/

input{
	line-height:100%;
	}
input,
textarea{
	}
.formfield{
	border: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size:13px;
	height:14px;
	line-height:100%;
	padding:2px 4px 2px 3px;
	}
textarea{
	}
input:focus,
textarea:focus{
	background-color: #F5F5F5;
	}

form img,
form input,
form select	{
	vertical-align: middle;
	}
form input,
form select	{
	line-height: 1;
	}
ul.formlist li{
	float:left;
	width:100px;
	}

input.button{
	padding:6px 25px;
	border:2px solid #CCC;
	background: #FFF url("/img/common/bg_h.gif") repeat-x 0% 100%;
	line-height:100%;
	cursor:pointer;
	}

.submit{
	text-align:center;
	margin:12px 0px 34px 0px;
	}
.back{
	text-align:center;
	margin:12px 0px;
	padding-top:8px;
	background: url("/img/common/line_dot.gif") repeat-x 0% 0%;
	}
.must{
	display:block;
	font-size:11px;
	color:#CC0000;
	}
.must img{
	vertical-align:middle;
	}

.message{
	background-color:#FFF8E9;
	border:1px solid #FBB14E;
	margin:10px 0;
	padding:8px;
}

/*==================================================================
	5: pager setting
===================================================================*/

.pager{
	margin:2em 0;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	clear:both;
	}
.pager li {
	display:inline;
	}
.pager li a{
	padding:5px 8px;
	border:1px solid #DDD;
	text-decoration:none;
	}
.pager li a:hover{
	border:1px solid #DBECFF;
	background: #DBECFF;
	}
.pager li strong{
	border:1px solid #DDD;
	padding:5px 8px;
	background: #E7E7E7;
	color: #999;
	font-weight:bold;
	}

/* search Styles
-------------------------------------------------------------------*/
.searchUtil{
	background: #FFF url("/img/common/line_dot.gif") repeat-x 0% 100%;
	padding-bottom:4px;
	margin-bottom:2em;
	}
.searchUtil dt,
.searchUtil dd{
	display:inline;
	}
.searchUtil dt strong{
	font-size:150%;
	color: #F60;
	font-family:Helvetica, Arial, sans-serif;
	margin-right:0.3em;
	}


/*==================================================================
	6: text setting
===================================================================*/

strong{
	font-weight:bold;
	}


/*	size styles
-------------------------------------------------------------------*/

.large{
	font-size:large;
	}
.larger{
	font-size:larger;
	}
.small{
	font-size:small;
	}
.smaller{
 	font-size: smaller;
	line-height:110% !important;
	}


/*	text-align styles
-------------------------------------------------------------------*/
.center{
	text-align:center;
	}
.right{
	text-align:right;
	}


/*	color styles
-------------------------------------------------------------------*/
.red{
	color: #C00;
	}
.gray{
	color:#666;
	}



/*==================================================================
	7: hacks setting
===================================================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}


/*==================================================================
	8: icon setting
===================================================================*/

.li{
	padding:0px 0px 0px 12px;
	background: url("/img/icon/icon_li.gif") no-repeat 0px 50%;
	}
.guide{
	color:#BD2C2A;
	padding:0px 0px 0px 20px;
	background: url("/img/icon/icon_guide.gif") no-repeat 0px 50%;
	display:block;
	}
.edit{
	padding:0px 0px 0px 16px;
	background: url("/img/icon/icon_edit.png") no-repeat 0px 50%;
}
.help{
	margin-top:3px;
	background: url("/img/icon/icon_help.gif") no-repeat 0px 50%;
	display:block;
	padding:0px 0px 0px 20px;
	font-size:x-small;
	color:#666666;
}
.blank{
	padding-right:18px;
	background: url("/img/icon/icon_blank.gif") no-repeat 100% 50%;
}
.example{
	background: #FFF url("/img/icon/icon_example.gif") no-repeat 0px 50%;
	display:block;
	padding:0px 0px 0px 15px;
	color:#666;
	font-size:11px;
}
.delete{
	background: #FFF url("/img/icon/delete.gif") no-repeat 0px 50%;
	padding:0px 0px 0px 18px;
}
.icon{
	vertical-align:middle;
	}
a.hover:hover img{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}


/*============================== ===================================
	9: tab setting
===================================================================*/

ul.tab{
	border-left:1px solid #DDD;
	margin-bottom:15px;
	height:30px;
	background: url("/img/common/line_separate.gif") repeat-x 0 100%;
	}
ul.tab li{
	display:inline;
	}
ul.tab li a{
	height:28px;
	line-height:28px;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color:#F5F5F5;
	float:left;
	display:block;
	text-align:center;
	width:150px;
	}
ul.tab li a.now{
	background-color:#FFF;
	border-bottom: 1px solid #FFF;
	text-decoration:none;
	color:#444;
	}

#footerUtil{
	clear:both;
	}
#footerUtil{
	text-align:right;
	}
#footer {
	text-align:center;
	}

#footer address{
	padding:15px 0px;
	}


/*==================================================================
	1: common setting
===================================================================*/

a:link,
a:visited{
	color: #0044CC;
	/* color: #039;	*/
	}
a:hover{
	color: #CC0000;
	text-decoration:none;
	}
a:active{
	color: #5432F3;
	text-decoration:none;
	}

html,body{
    height: 100%;
	}

body{
	}

#container{
	border-top:5px solid #06C;
	}


/*==================================================================
	2: header area
===================================================================*/
#header p{
	margin-top:0.5em;
	}

h1{
	font-size:x-large;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

h2{
	color:#999;
	font-size:x-small;
	}

/*==================================================================
	3: contents area
===================================================================*/

#header,
#main{
	padding:25px;
	}


/*==================================================================
	4: main styles
===================================================================*/
#adsSuperBanner,
#adsUnderBanner{
	padding:0px 10px 10px 10px;
	}
#main{
	}
#main p{
	}


/*==================================================================
	5: sidebar styles
===================================================================*/

#sidebar{
	}
