@CHARSET "shift_jis";


/**********************************
	for default style
***********************************/
* {
	font-style: normal;
	margin:0;
	padding: 0;
}

img {
	border:0;
}

body {
	font-size:12px;
}

p {
	margin-bottom: 1em;
	line-height:1.4;
}

a:visited {
	color:blue;
}

li {
	list-style: none;
}

/**********************************
	for common style
***********************************/

.clearBox {
	clear:both;
	margin:0;
	padding:0;
	line-height: 0;
	font-size:0;
}

.txt_red { color:#FF0000; }
.bg_skyblue { color:#CCFFFF; }

.span {
	width:100px;
	height:20px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
.span10 {
	width:100px;
	height:10px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

.hr {
	width:100%;
	height:20px;
	border-bottom:1px dotted #666666;
	margin-bottom:20px;
}

.listNavi {
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}
.listNavi .listnMore {
	text-align:right;
}
.listNavi .display {
	text-align:right;
}

.bx_center {
	margin-left:auto;
	margin-right:auto;
}
.bx_right {
	margin-left:auto;
}
.bx_left {
	margin-right:auto;
}

input.button {
	background:#F5F5F8 url(./img/bg_botton.jpg) repeat-x scroll 0pt;
	border-color:#F5F5F8 rgb(173, 173, 178) rgb(148, 148, 152) rgb(245, 245, 248);
	border-style:solid;
	border-width:2px;
	color:#333333;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:2px 6px;
	vertical-align:middle;
}

strong.item {
	border-left:0.5em solid #3366FF;
	padding-left:4px;
}

.bx_button {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

/**********************************
	for layout style
***********************************/
#wrap {
	width:900px;
	margin:10px auto;
}

#container {
	width:900px;
	height:100%;
	/*overflow:auto;*/
	background-image: url("./img/side_bg.gif");
	background-repeat:repeat-y;
	margin:0 auto;
	clear:both;
}







/**********************************
	for header style
***********************************/
#header {
	width:900px;
	height:90px;
	background: url("./img/head_bg.jpg") no-repeat;
}

#header .headerUpper {
	width:900px;
	height:60px;
}

#header .headerLeft {
	width:150px;
	height:30px;
	font-size:100%;
	color:#FFFFFF;
	padding:25px 0 0 100px;
	float:left;
}

#header .headerCenter {
	width:100px;
	font-size:100%;
	color:#FFFFFF;
	padding:25px 0 0 0;
	float:left;
}

#header .headerCenter a{
	color:#FFFFFF;
}

#header .headerRight {
	width:350px;
	font-size:100%;
	color:#FFFFFF;
	padding:25px 0 0 0;
	float:left;
}

#header .headerUnder {
	width:900px;
	height:30px;
	background-color:#F5F5F5;
	clear:both;
}

#header .pan1 {
	width:430px;
	font-size:90%;
	padding:7px 0 0 20px;
	text-align:left;
	float:left;
}
#header .pan2 {
	width:430px;
	font-size:80%;
	padding:7px 20px 0 0;
	text-align:right;
	float:right;
}



/**********************************
	for footer style
***********************************/
#footer {
	clear:both;
	width:900px;
	height:23px;
	background: url("./img/foot_bg.jpg") no-repeat;
	font-size:100%;
	text-align:center;
	padding-top:6px;
}



/**********************************
	for menu style
***********************************/
#sideMenu {
	width:250px;
	float:left;
	margin-bottom:0;
}

#sideMenu .menuTitle {
	width:175px;
	height:25px;
	background: url("./img/mark.gif") no-repeat;
	background-position:5% 45%;
	border:1px solid #666666;
	background-color:#cccccc;
	margin:20px auto;
	font-size:100%;
	padding:10px 0 0 55px;
}

#sideMenu .menuTitle2 {
	width:175px;
	height:25px;
	background: url("./img/mark_b.gif") no-repeat;
	background-position:5% 45%;
	border:1px solid #666666;
	background-color:#ff9900;
	margin:20px auto;
	font-size:100%;
	padding:10px 0 0 55px;
}

#sideMenu .menu {
	width:200px;
	background: url("./img/mark2.gif") no-repeat;
	background-position:8% 70%;
	margin:10px 0;
	font-size:100%;
	padding:3px 0 0 35px;
	line-height:1.3;
}

#sideMenu .menu2 {
	width:200px;
	background: url("./img/mark3.gif") no-repeat;
	background-position:15% 70%;
	margin:10px 0;
	font-size:100%;
	padding:3px 0 0 50px;
	line-height:1.3;
}

#sideMenu .menu3 {
	width:190px;
	background: url("./img/mark4.gif") no-repeat;
	background-position:22% 70%;
	margin:10px 0;
	font-size:100%;
	padding:3px 0 0 70px;
	line-height:1.3;
}



#sideMenu .selItem span {
	background-color:#0066CC;
	padding:6px;
}
#sideMenu .selItem a {
	color:#FFFFFF;
	text-decoration: none;
}
#sideMenu .selItem a:visited {
	color:#FFFFFF;
}



/**********************************
	for main contents style
***********************************/

#main_contents {
	width:650px;
	float:right;
	overflow-x:hidden;
}

#main_contents h2 {
	background:transparent url(./img/icn_title.gif) no-repeat scroll 0px 80%;
	font-size:22px;
	line-height:22px;
	padding-left:35px;
	margin-bottom:15px;
}


#main_contents .contents_wrap {
	width:600px;
	margin:20px auto;
}



/**********************************
	for sub menutop contents style
***********************************/

#main_contents .subMenuTop {
	width:600px;
	margin:20px auto;
	clear:both;
}

#main_contents .subMenuTop .item {
	width:250px;
	padding:10px;
	margin:5px 20px 20px 5px;
	font-size:100%;
	border:1px dotted #333333;
	line-height:1.5;
	float:left;
}

#main_contents .subMenuTop p.title {
	margin-bottom: 1em;
	font-size:100%;
	font-weight:bold;
	color:#0066CC;
}

#main_contents .subMenuTop .desc {
	width:580px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:100%;
	border:1px solid #006699;
	background-color:#999999;
	color:#FFFFFF;
}




/**********************************
	for list table style
***********************************/

table.std_list {
	border:1px solid #A3A3A6;
	border-collapse:collapse;
}
table.std_list .head {
	font-weight:bold;
}
table.std_list th {
	background-color:#666666;
	border-bottom:1px solid #A3A3A6;
	border-right:1px solid #A3A3A6;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px;
}
table.std_list td {
	border-bottom:1px solid #A3A3A6;
	border-right:1px solid #A3A3A6;
	padding:5px 10px;
}


/**********************************
	for form table style
***********************************/

table.std_form {
	border:1px solid #A3A3A6;
	border-collapse:collapse;
}
table.std_form .head {
	font-weight:bold;
}
table.std_form th {
	background-color:#666666;
	border-bottom:1px solid #A3A3A6;
	border-right:1px solid #A3A3A6;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px;
}
table.std_form td {
	border-bottom:1px solid #A3A3A6;
	border-right:1px solid #A3A3A6;
	padding:5px 10px;
}



/**********************************
	for simple form table style
***********************************/

table.std_form_simple {
}
table.std_form_simple .head {
	font-weight:bold;
}
table.std_form_simple th {
	font-weight:normal;
	padding:5px;
	background-color:#CCCCCC;
}
table.std_form_simple td {
	padding:5px 0px;
}



/**********************************
	for common alert style
***********************************/
div#common_alert
{
	border:1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	width:520px;
}
div#common_alert .image
{
	float:left;
	border-right:1px solid #999999;
	margin:0 !important;
}
div#common_alert .image img
{
	margin:10px;
}
div#common_alert .msg
{
	float:left;
	color:red;
	margin:10px;
	width:380px !important;
	text-align:left;
}















/* おそらくいらないか、最適化したほうが良さ気なもの */
/*


.redSt {
	color:#FF0000;
	font-weight:bold;
}


#admin_page_login p#c01.caution {
	padding-top:15px;
	color:#FF0000;
}

.caution {
	padding-top:10px;
	color:#FF0000;
}

#admin_page_login dl {
	padding:15px 0pt 0pt 15px;
}

#admin_page_login dt {
	float:left;
	padding:4px 0pt;
}

#admin_page_login dd {
	padding:4px 0pt 4px 7em;
}

#admin_page_login dd#auto {
	padding-bottom:0pt;
	padding-top:15px;
	padding-left:9em;
	font-size:80%;
}

#admin_page_login dd#btn {
	padding-bottom:20px;
	padding-top:0pt;
}

#btn p.textBtn {
	margin-top:10px;
	padding:0pt 0pt 0pt 1px;
}



.pageCut {
	width:600px;
	height:20px;
	padding-top:10px;
	text-align:center;
	font-size:100%;
}


li.nml {
	list-style-type:none;
	line-height:1.5;
	padding:0;
	margin:0;
}

*/
