@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,N
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background-color:#fff;
	margin: 0px;
	text-align:center;
	font-size:16px;
	line-height:24px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:"Verdana", "Arial";*/
	/*	font-family: "ＭＳ Ｐゴシック" , "Osaka";*/
	color:#231815;
	}

/* font size ---
[font-size List]
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
*/

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 0 10px;
	_margin:10px 0 0 10px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === clearfix ==*/
.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;}
/* End hide from IE-mac */


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}

/* ====common header====*/
h1{
	padding:30px 0 0 0;
	margin:0 0 20px 0;
	}
h2{}
h3{
	padding:0 0 26px 0;
	}

.firsth3{
	margin:0 0 0 10px;
	padding:0 0 26px 0;
	}
h4{}
h5{}
h6{}


/* ====text==== */
strong{
	font-weight:bold;
	color:#FF8C00;
	}

em{
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}

.note{
	padding-left:12px;
	text-indent:-12px;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:35px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input{
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding-right:15px;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{
	color:#fff;
	}
	
a:hover{
	text-decoration:none; 
	color:#fff;
	}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align:left;
	margin:0px auto;
	width:860px;
	_width:1000px;
	_padding:0 70px;
	}

#header{

	}

#wrapper{
	width:1000px;
	background-color:#f19ec2;
	text-align:left;
	margin:0px auto;
	padding:0 0 30px 0;

	}
	
#mainBody{}
#mainVisual{}
.indent{
	background:#FFF;
	}
	
.indentInLeft{
	padding:0 0 0 30px;
	}
	
.indentIn{
	padding:0 30px;
	}

	
#footer{
	width:850px;
	color:#FFFFFF;
	margin:0 0 0 75px;
	font-size:12px;
	}


/* Global Navi
------------------------------------------------------------------*/
#globalNavi{}

#globalNavi ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

#globalNavi ul li{
	list-style:none;
	float:left;
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:0;
	font-size:0;
	}

#globalNavi ul li img{
	display:block;
	}


/* Sub Navi
------------------------------------------------------------------*/



/* Ext Navi
------------------------------------------------------------------*/


/* Common parts
------------------------------------------------------------------*/
table.basicTable{
	width:100%;
	border-collapse:collapse;
	border:1px solid #48AF17;
	border-spacing:0;
	empty-cells:show;
	margin:0 0 15px 0;
	}
	
table.basicTable th,
table.basicTable td{
	padding:5px;
	border:1px solid #48AF17;
	}

table.basicTable th{
	background-color:#D1EBC5;
	font-weight:bold;
	}

.outlineTable{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0 0 15px 0;
	width:100%;
	}

.outlineTable th, .outlineTable td{
	background:url(../_img/master/line01.gif) repeat-x left bottom;
	padding:5px;
	}

.outlineTable .end th, .outlineTable .end td{
	background:none;
	}

.outlineTable th{
	width:130px;
	}

.outlineTable th span{
	background:url(../_img/master/acs01.gif) no-repeat left center;
	padding:3px 0 3px 15px;
	}

.outlineTable p,
.outlineTable ul,
.outlineTable dl{
	margin-bottom:0;
	}

.outlineTable .marg{
	margin-bottom:15px;
	}


/* index 
------------------------------------------------------------------*/
.Left{
	width:600px;
	float:left;
	display:inline;
	margin:0 15px 0 0;
	}

.Right{
	width:200px;
	_width:230px;
	float:right;
	display:inline;
	padding:0 30px 0 0;
	margin:210px 0 0 0;
	_margin:200px 0 0 0;
	}

	
.Left p{	
	margin:0 0 30px 0;
	}
	
p.bottomImg{
	margin:0 0 0 0;
	padding:0 30px 0 0;
	float:right;
	}
	
.bgFlower{
	background:url(../_img/bg_flower.gif) no-repeat left top;
	}
	
.startBlock{
	padding:15px 0 0 0;
	}
	
/* === clearfix ==*/
.indentIn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.indentIn {
	display: inline-block;
	}

/* Hides from IE-mac ¥*/
* html .indentIn  {height: 1%;}
.indentIn {display: block;}
/* End hide from IE-mac */

.btnSpace{
	margin:0 0 0 0;
	padding:35px 0 0 0;
	}
	
.sixSpace{
	margin-top:180px;
	_margin-top:200px;
	}
	
.profile{
	width:680px;
	margin:0 40px;
	}
	
.third{
	margin-top:40px;
	_margin-top:30px;
	}
	
.forth{
	margin-top:40px;
	_margin-top:40px;
	}
	
.second{
	margin-top:40px;
	_margin-top:40px;
	}
