@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0;
	word-wrap: break-word;
}

body,div,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style-type: none; line-height: 1.4em; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:visited { color: #551a8b; text-decoration: underline; outline: 0; }
a:hover { color: #f00; text-decoration: underline; outline: 0; }
a:active { color: #f00; text-decoration: underline; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.img_fL { float: left; margin: 0 10px 10px 0; }
.img_fR { float: right; margin: 0 0 10px 10px; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 10px 0; line-height: 1.4em; }
img { border: 0; }
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { display: block; }
mark { background: rgba(255,255,255,0.2); }

::-moz-selection{
	color: #fff;
	background: #900;
}

::selection {
	color: #fff;
	background: #900;
}

ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom !important;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
}

ruby rt, a:link ruby rt, a:visited ruby rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 70%;
	line-height: 100%;
	text-decoration: none;
}

ruby rp { display: none; }

form input {
	margin: 0;
	padding: 2px 3px;
}

*[target="_blank"]:after {
	margin: 0 2px;
	content: url(../images/new-icon.png);
}


/*------------clearfix-------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*---------------------------------*/

body {
	width : 100%;
	text-align: left;
}

#wrap {
	margin : 0 auto;
	padding: 0px;
	width : 900px;
}

#head {
	text-align: left;
	width : 900px;
	margin-bottom: 10px;
}
#head h1 {
	font-size:18px;
	font-weight:bold;
}

.title-box {
	padding: 10px;
	width: 880px;
	height: 30px;
}
.title {
	text-align: left;
	width: 860px;
}
#main {
	font-size: 12px;
	padding-bottom : 20px;
	width : 900px;
}
.pass {
	text-align: left;
	font-size: 10px;
	padding: 5px 10px;
	width : 880px;
}

#main-contents {
	float : left;
	text-align: left;
	padding: 0px;
	margin-right:20px;
	width: 680px;
}

#sub-contents {
	float : left;
	text-align: left;
	padding: 0px;
	width: 200px;
}


#foot {
	clear : both;
	text-align: center;
	padding: 10px 0 5px;
	width : 900px;
	height: 35px;
}

.head-pr {
	text-align: right;
	margin:0 auto;
	padding: 5px 10px;
	width: 880px;
	height: 14px;
	font-size:10px;
}

/* ヘッダメニュー */
.navi {
	list-style-type : none;
	text-align: left;
	font-size:18px;
	vertical-align: top;
	padding: 0px;
	width: 900px;
	height:40px;
	border-bottom:solid 1px #CCCCCC;

}

.navi li{
	display : inline;
}
.navi li a {
	float:left;
	display : block;
	text-align: center;
	padding-top: 12px;
	width : 150px;
	height:31px;
}

/* サイドメニュー */
.side-navi {
	margin-bottom:10px;
	list-style-type : none;
	font-size:12px;
	padding: 0px;

}


.side-navi li{
	display : block;
	background:url(../img/side_menu.gif) left center no-repeat;
	padding-top:8px;
	padding-left:40px;
	width: 158px;
	height:30px;
}

.side-navi li:hover {
	display : block;
	background:url(../img/side_menu2.gif) left center no-repeat; ;
	padding-top:8px;
	padding-left:40px;
	width: 158px;
	height:30px;
}

.side-navi li a {
	vertical-align: middle;
	text-align: center;

}

/* ヘッダイメージ */
.head-img{
	background:url(../img/head_img.jpg) no-repeat;
	margin: 10px 0;
	width:900px;
	height:200px;
	overflow: hidden;
}

/* トップページ */
.cont-img{
	margin: 10px 0;
	width:680px;
	height:200px;
	overflow: hidden;
}

/* 各枝ページ */

.contents-text {
	margin-bottom: 10px;
	width: 680px;
	text-align: left;
}

.contents-text ul{
	margin-left: 30px;

}

.sub-contents-text {
	margin-bottom: 10px;
	width: 200px;
	text-align: left;
}
.mini-contents{overflow:hidden;}
.mcont-text-l {
	float:left;
	margin-bottom: 10px;
	width: 330px;
	text-align: left;
	margin-right:20px;
}
.mcont-text-r {
	float:left;
	margin-bottom: 10px;
	width: 330px;
	text-align: left;
	margin-left:0px;
}

.company{
	padding: 5px 0 5px 0;
}

/* ログイン */
#login{
	margin:0 auto 10px;
	padding:0 10px;
	width: 180px;
	height: 100%;
}


#login .fieldPair {
	padding-top: 10px;
}

#login .fieldPair input, #login .fieldPair label {
	isplay: block;

}

#login .fieldPair input {
	width: 98%;
	font-size: 12px;
}

#login label.noFocus, #login label.noFocus em {
	font-weight:normal;
	font-size:12px;
}

#login label {
	padding: 2px 0;
}

#login input[type=submit] {
	margin: 10px auto;
	font-size:10px;
}



/* リンク集 */

.favorite {
	padding:5px 0;
	list-style-type : none;
}
.favorite li{
	background:url(../img/arw_sm.gif) left center no-repeat;
	display : block;
	text-align: left;
	font-size:12px;
	font-weight: bold;
}
.favorite li a{
	padding-left:16px;
}
.favorite li a:hover{
	padding-left:16px;
}
/* 見出し */
.h2_ttl, .h3_ttl{
	display:block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0 0 40px;
	width: 640px;
	height: 25px;
}
.h4_ttl{
	display:block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0 0 40px;
	width: 290px;
	height: 25px;
}


/* コピーライト */
.copyright{
	padding:10px;
	text-align: center;
	color:#999999;
}

/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}

/* 全ページ共通 */

.clear {clear: both;}

.btn {vertical-align:middle;}



