@charset "Shift_JIS";

/*-----------------------------------------------*/
/* Copyright (C) 2011 Next. All Rights Reserved. */
/*-----------------------------------------------*/

/* -------------------- */
/* common				*/
/* -------------------- */
* {
	margin:0;
	}

body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, verdana;
	font-size : 14px;
	line-height: 140%;
	color:#333333;
	background:#FFFFFF;}

img { border: none; }

a:link { text-decoration:underline; color:#0000FF; }
a:visited { text-decoration:underline; color:#0000FF; }
a:hover { text-decoration:none; color:#CCCCCC; }
a:active { text-decoration:none; color:#CCCCCC; }

a {
	outline:0;
	}

/* -------------------- */
/* font					*/
/* -------------------- */
.s { font-size:10px; line-height:140%; }
.m { font-size:12px; line-height:140%; }
.l { font-size:14px; line-height:140%; }
.ll { font-size:16px; line-height:140%; }
.lll { font-size:18px; line-height:140%; }

.sB { font-size:10px; line-height:140%; font-weight:bold; }

.mB { font-size:12px; line-height:140%; font-weight:bold; }

.lB { font-size:14px; line-height:140%; font-weight:bold; }

.llB { font-size:16px; line-height:140%; font-weight:bold; }

.lllB { font-size:18px; line-height:140%; font-weight:bold; }

.color_Red { color: #FF0000; }

/* -------------------- */
/* background			*/
/* -------------------- */
.bgFFFFFF { background: #FFFFFF; }
.bg000000 { background: #000000; }
.bg333333 { background: #333333; }
.bg666666 { background: #666666; }
.bg999999 { background: #999999; }
.bgEBEBEB { background: #EBEBEB; }

/* -------------------- */
/* title				*/
/* -------------------- */
.subTitle01 {
	padding:5px 8px 5px 8px;
	color:#596377;
	font-weight:bold;
	font-size:16px; line-height:140%;
	border-left:solid 5px #596377;
	border-bottom:dotted 1px #596377; }

.subTitle02 {
	padding:7px 10px 5px 10px;
	color:#333333;
	background:#EBF3EB;
	font-weight:bold;
	font-size:14px; line-height:140%;
	border-top:dotted 1px #666666;
	border-bottom:dotted 1px #666666; }

.subTitle03 {
	padding:8px 8px 8px 8px;
	color:#333333;
	background:#EEEEEE;
	font-size:14px; line-height:140%;
	border-left:solid 5px #596377; }

.subTitle04 {
	padding:3px 8px 3px 8px;
	color:#333333;
	font-weight:bold;
	font-size:16px; line-height:140%;
	border-bottom: dotted 1px #333333; }

/* -------------------- */
/* table				*/
/* -------------------- */
.tab_tx01 {
	background:#D2E1FF;
	font-weight:bold;
	font-size: 14px; line-height: 140%; }

.tab_tx02 {
	background:#FFFFFF;
	font-size: 14px; line-height: 140%; }

.tab_tx03 {
	background:#C4D7FF;
	font-weight:bold;
	font-size: 14px; line-height: 140%; }

.tab_tx04 {
	background:#F7F7F7;
	font-weight:bold;
	font-size: 14px; line-height: 140%;
	border-left: solid 5px #C8E3FF;
	border-bottom: solid 1px #E8E8E8; }

.tab_tx05 {
	background:#FFFFFF;
	font-size: 14px; line-height: 140%;
	border-bottom: solid 1px #E8E8E8; }

/* -------------------- */
/* content background	*/
/* -------------------- */
.cmnConBg01 {
	background-color: #FFFFFF;
	background-image: url(../common/cmn_back_01.gif);
	background-position: center top;
	background-repeat: repeat-x; }

.cmnConBg02 {
	background-color: #FFFFFF;
	background-image: url(../common/cmn_back_02.gif);
	background-position: center top;
	background-repeat: repeat-x; }

.cmnLeftBg01 {
	background-image:url(../common/cmn_leftprt_01.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:198px; }

.cmnLeftBg02 {
	background-image:url(../common/cmn_leftprt_02.gif);
	background-position: center top;
	background-repeat:repeat-y;
	width:198px; }

.cmnLeftBg03 {
	background-image:url(../common/cmn_leftprt_04.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	width:198px; }

/* -------------------- */
/* pan list				*/
/* -------------------- */
.cmn_pantx {
	text-align:right;
	padding : 15px 0px 10px 20px;
	color:#333333;
	font-size: 10px; line-height: 100%;}

/* -------------------- */
/* header footer css    */
/* -------------------- */
#headertext {
	background-image: url(../common/cmn_header_03.gif);
	background-repeat: no-repeat;
	width: 731px;
	height: 31px;
}

#headertext h1 {
	text-align: right;
	padding: 10px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	color: #FFFFFF;
	font-size: 12px; line-height: 100%;
	font-weight: normal;
}


#footer {
	background-image : url(../common/cmn_footer.gif);
	background-repeat: repeat-x;
	height:40px;}

#footer address {
	text-align:center;
	padding:15px 5px 0px 5px;
	color:#224CA9;
	font-style:normal;
	font-size:12px; line-height:100%;}


hr {
	height: 1px;
	border-width:1px;
	border: dotted 1px #226ED5;}

ul {
	margin:0;
	padding:0;
	list-style:none;}

li.list01 {
	margin:0;
	padding:0 0 3px 20px;
	background:url(../common/cmn_arrow_01.gif) left top no-repeat;
	list-style-type:none; }

li.list02 {
	margin:0;
	padding:0 0 3px 16px;
	background:url(../common/cmn_arrow_02.gif) left top no-repeat;
	list-style-type:none; }

#wrapper {
	margin:0 auto;
	width:950px;}
