/*----------------ボックス--------------*/
#box_out_L{
	clear:both;
	border:1px solid;
	border-color: #D6EACE;
	width:550px;
	display: block;
	position: relative;
}
#box_in_L{
	width:550px;
	margin:0px;
	display: block;
}

#boxA{
	width:540px;
	height:20px;
	float:left;
	margin:5px auto 0px;
	display:block;
	position: relative;
	border-left-color: #FFFFFF;
	text-align: center;
	line-height: 1px;
}
/*--------------From-----------------------*/
.form_field{
	width:200px;
	font-size:13px;
	/*border-bottom:1px solid #8f887d;*/
	margin-bottom:10px;
}
.form_field input{
	font-size:13px;
	border:none;
	background-color:#FFFFFF;
	border:solid 1px #99CC88;
	color:#333333;
}
.form_field select{
	font-size:13px;
	background-color:#FFFFFF;
	border:solid 1px #99CC88;
	color:#333333;
}
.form_field textarea{
	font-size:13px;
	background-color:#FFFFFF;
	border:solid 1px #99CC88;
	color:#333333;
}

/*-----------------タブ＆ボックスパーツ-----------
タブイメージ：light:301x18 right:14x18
タブボックス：light:301x15 right:14x15
line-height:18px 行の高さを指定
ボックス　Width：550
--------------------------------------------------*/
/*------------------ボックス----------------------*/
/*
使用色
Green：#D6EACE
Orange：#F8B625;
*/
.box_large{/*メインコンテンツ用Box（大）*/
	clear: both;
	display: inline-block;
	width: 560px;
	border:1px solid;
	border-color: #D6EACE;
	position: relative;
}
.box_small_left{/*padding 5px*/
	line-height:19px;
	padding:5px;
	width:260px;
	margin:5px;
	border: none;
	display: inline-block;
	float:left;
	white-space: normal;
	overflow: visible;
	font-size:12px;
	color: #333333;
	background-color: #FFFFDD;
}

.box_small_left ul { /* リスト表示 */
	margin:0;
	list-style-type: none;
}

.box_small_right{/*位置合せ*/
	line-height:19px;
	padding:5px;
	width:260px;
	margin:5px;
	border: none;
	display: block;
	float:right;
	white-space: normal;
	overflow: visible;
	font-size:12px;
	color: #333333;
	background-color: #FFFFDD;
	position:relative;
}

.box_small_nomal{/*位置合せ*/
	line-height:17px;
	border: none;
	display: inline-block;
	float:right;
	white-space: normal;
	overflow: visible;
	font-size:12px;
	color: #333333;
	background-color: #FFFFFF;
	position:relative;
}
.box_insmall_nomal{/*位置合せ*/
	border: none;
	position:relative;
}
/*------------------イメージ-------------*/
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("/img/sys/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("/img/sys/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("/img/sys/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

/*------------------テキスト-------------*/
.text_box{
	position: relative;
	border: none;
	display: inline;
	float:left;
	white-space: nowrap;
	overflow: visible;
	font-size:12px;
	color: #333333;
}
/*	font-weight: bold;*/
* html #text_box{/*IE fix*/
	margin-left: -1%; 
}
/*-----------------オレンジタブ------------------*/
.tab_orange{
	padding: 0 0 0 0;
	margin: 0 3px 0 0;
	border: none;
	display: block;
	float:left;
	white-space: nowrap;
	overflow: visible;
	height:15px;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	text-align:center;
	background-color: #ffffff;
}
* html #tab_orange{/*IE fix*/
	width: 1%;
}

.tab_orange span{
	display: block;
	padding:0 14px 0 0;
	height: 15px;
	background: url(../img/tab/tab_orange_right.gif) top right;
}
.tab_orange span span{
	padding:0 0 0 13px;
	height: 15px;
	line-height: 16px;
	background: url(../img/tab/tab_orange_left.gif);
}

/*-----------------------------------------------*/

/*-----------------グリーンタブ------------------*/
.tab_green{
	padding: 0 0 0 0;
	margin: 0 3px 0 0;
	border: none;
	display: block;
	float:left;
	white-space: nowrap;
	overflow: visible;
	height:15px;
	font-size:12px;
	color: #990000;
	font-weight: bold;
	text-align:center;
	background-color: #ffffff;
}
* html #tab_green{/*IE fix*/
	width: 1%;
}

.tab_green span{
	display: block;
	padding:0 14px 0 0;
	height: 15px;
	background: url(../img/tab/tab_green_right.gif) top right;
}
.tab_green span span{
	padding:0 0 0 13px;
	height: 15px;
	line-height: 16px;
	background: url(../img/tab/tab_green_left.gif);
}
.tab_green a {
	color: #990000;
	text-decoration:none;
}
.tab_green a:hover{
	text-decoration:underline;
}
/*-----------------ブルータブ------------------*/
.tab_blue{
	padding: 0 0 0 0;
	margin: 0 3px 0 0;
	border: none;
	display: block;
	float:left;
	white-space: nowrap;
	overflow: visible;
	height:15px;
	font-size:12px;
	color: #990000;
	font-weight: bold;
	text-align:center;
	background-color: #ffffff;
}
* html #tab_blue{/*IE fix*/
	width: 1%;
}

.tab_blue span{
	display: block;
	padding:0 14px 0 0;
	height: 15px;
	background: url(../img/tab/tab_blue_right.gif) top right;
}
.tab_blue span span{
	padding:0 0 0 13px;
	height: 15px;
	line-height: 16px;
	background: url(../img/tab/tab_blue_left.gif);
}
/*------------------ボタン-------------*/
/*-------------Greenボタン-------------*/
.button_green{
	padding: 0 0 0 0;
	margin: 0 3px 0 3px;
	border: none;
	display: block;
	float:left;
	text-decoration: none;
	white-space: nowrap;
	overflow: visible;
	height:26px;
	font-size:13px;
	color: #333333;
	font-weight: bold;
	text-align:center;
	background-color: #ffffff;
}
* html #button_green{
	width: 1%;
}

.button_green span{
	display: block;
	padding:0 14px 0 0;
	height: 24px;
	background: url(../img/button/green_button_right.gif) top right;
}
.button_green span span{
	padding:0 0 0 13px;
	height: 24px;
	line-height: 22px;
	background: url(../img/button/green_button_left.gif) top left;
}
/*-------------orangeボタン-------------*/
.button_orange{
	padding: 0 0 0 0;
	margin: 0 3px 0 3px;
	border: none;
	display: block;
	float:left;
	text-decoration: none;
	white-space: nowrap;
	overflow: visible;
	height:26px;
	font-size:13px;
	color: #333333;
	font-weight: bold;
	text-align:center;
	background-color: #ffffff;
}
* html #button_orange{
	width: 1%;
}

.button_orange span{
	display: block;
	padding:0 14px 0 0;
	height: 24px;
	background: url(../img/button/orange_button_right.gif) top right;
}
.button_orange span span{
	padding:0 0 0 13px;
	height: 24px;
	line-height: 22px;
	background: url(../img/button/orange_button_left.gif) top left;
}
/*------------------タイトル-------------*/
.title_green{
	padding: 0 0 0 0;
	margin: 0 3px 0 0;
	border: none;
	display: block;
	float:left;
	white-space: nowrap;
	overflow: visible;
	height:31px;

	font-weight: bold;
	text-align:left;
	background-color: #ffffff;
}
* html #title_green{/*IE fix*/
	width: 1%;
}

.title_green span{
	display: block;
	padding:0 14px 0 0;
	height: 31px;
	background: url(../img/tab/title_green_right.gif) top right;
}
.title_green span span{
	padding:0 0 0 13px;
	height: 31px;
	line-height: 31px;
	background: url(../img/tab/title_green_left.gif);
}
.title_green a {
	text-decoration:none;
}
.title_green a:hover{
	text-decoration:underline;
}
