@charset "Shift_JIS";

@import url(./menu.css);
@import url(./index.css);
@import url(./flow.css);
@import url(./doc.css);
@import url(./com.css);


/* CSS Document */

/* common */
*{ 
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	margin:0;
	padding:0;
}

html{
    height:100%;
}
	
body{ 
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	color:#000;
	text-align:center;
	background:#FFF;
}

h1,h2,h3,p,ul,li{ 
	margin:0;
	padding:0;
	font-weight:normal;
}

img{
	margin:0;
	padding:0;
	border:none;
}

a:link{
	color:#330000;
}

a:visited{
	color:#330000;	
}

a:hover{
	color:#33000;
}

/* header */ 
.header{
	width:900px;
	height:80px;
	margin: 0 auto; /*ページの中央揃え*/
}

.header img{
	float:left;	
}

.header h1{
	margin-top:20px;
	font-size:10px;
	text-align:right;
}

/* topimage */ 
.topimage{
	
}


/* contents */ 
.contents{
	width:900px;
	margin: 0 auto; /*ページの中央揃え*/
	margin-top:20px;
}

/* main */ 
.main{
	width:635px;
	margin:0px 5px 20px 0px;
	padding:0px 20px 20px 20px;
	/*background-color:#CCC;*/
	float:left;
}

/* side */ 
.side{
	width:220px;
	padding:20px 0px 20px 0px;
	background-color:#CCC;
	float:left;
}

.side #copy{
	text-shadow:2px 2px 2px gray;
	margin:0px 0px 10px 10px;;
	color:#000;
	font-size:16px;
	font-weight: bold;
	line-height:140%;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ ProN W6";
}




.side p{
	width:198px;
	margin:5px 0px 10px 10px;;
	color:#333;
	text-align:left;
}

.side h2{
	margin-top:20px;
	font-family: "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ ProN W6";
	font-weight: bold;
}






/* footer */
.footer{
	height:100px;
	background: url(../img/common/footerbg.gif) repeat-x;
	clear:left;
	font-size:10px;
	color:#FFFFFF;
}

.footer img{
	margin:10px 0px 5px 0px;
}

.footer #line01{
	margin-bottom:2px;
	height:2px;
	background-color:#B9AC92;
}

.footer #line02{
	margin-bottom:5px;
	height:1px;
	background-color:#B9AC92;
}

.footer a{
	font-size:10px;
	color:#FFF;
	text-decoration:none;	
}



/*Site banner */
.main #banner {
	margin:0px 1px 5px 0px;
}
.main #banner2 {
	margin:0px 0px 5px 0px;
}

/** dt dd **/
dt{
	margin-top:15px;
	margin-bottom:5px;
	text-align:left;
}

dd{
	text-align:left;
	margin-bottom:10px;
}

/*フォーム*/
.form p{
	margin-bottom:10px;
}

.main #form{
	/*margin:10px 0 15px 0;*/
	padding:10px 0px 10px 0px;
	border:solid 1px #330;
	background-color:#FFF;
}

.main #form table{
	margin:0;
	font-size:12px;
	background-color:#FFF;
}

.main #form tr{
	height:50px;
}

.main #form td p{
	font-size:10px;
	color:#000099;
	border:none;
	font-weight:bold;
	display: block;
	margin: 0px;
}

.main #form td span{
	font-size:11px;
	border:none;
	color:#CC0000;
}

.main #formline{
	width:2px;
	background-color: #CC0000;
}