@charset "utf-8";

/*
----------------------------------------------------------------------------- 
Import
----------------------------------------------------------------------------- */
@import url("../../_common/css/reset.css");
@import "../../_common/css/basic.css";
@import "../../_common/css/base.css";

/* Style for MacIE 5.x 
------------------------------------------*/


/*
----------------------------------------------------------------------------- 
----------------------------------------------------------------------------- */



div.main_img_wrap{
	background:url(../img/main_img.jpg) no-repeat;
	background-position:center top;
	height:200px;}
	
	div#main_img{
		width:950px;
		margin:0 auto;
		padding:65px 0 0 0;}
		
		div#main_img h1{
			background:url(../img/main_h1.png);
			width:205px; height:72px;}


/*
----------------------------------------------------------------------------- 
div#contents
----------------------------------------------------------------------------- */

	
	div#contents div.c_title{
			clear:both;
			padding:3em 0 0 0;}
			
		div#contents div.c_title h2{
			background:url(../img/h2.png);
			width:581px; height:34px;}	
		div#contents div.c_title p{
			padding:2em 2em 0 0;}	
			
			
	div#contents div#comment_from{
		border:1px solid #333399;
		margin:2em 2em 2em 0;
		padding:2em 0 2em 1em;}
		
	div#contents div#comment_from input,
	div#contents div#comment_from textarea{
		border:1px dotted #333399;
		font-size:1.1em;}
		
		div#contents div#comment_from dl{
			padding:0 0 0 1em;}
			div#contents div#comment_from dt{
				float:left; display: inline;	/* for IE6*/}
				div#contents div#comment_from dd{
					padding:0 0 1em 100px;}
	
		div#contents div#comment_from input.submit{
			border:none;
			background:url(../img/confirmed.png);
			width:150px; height:35px;
			cursor:pointer;
			margin:0 0 0 110px;}
			div#contents div#comment_from input.submit:hover{
				background-position:0 -35px;}


/*
----------------------------------------------------------------------------- 
div#contents	(sendmail.php)
----------------------------------------------------------------------------- */

div#contents table{
	border:none;
	border-top:1px dotted #333399;
	border-left:1px dotted #333399;
	width:570px;
	margin:2em 1em;}
	div#contents table td{
		border:none;
		border-bottom:1px dotted #333399;
		border-right:1px dotted #333399;}
	
	div#contents input.submit_send{
		border:none;
		background:url(../img/submit_send.png);
		width:150px; height:35px;
		cursor:pointer;
		margin:0 0 0 1em;
		float:left; display: inline;	/* for IE6*/}
		div#contents input.submit_send:hover{
			background-position:0 -35px;}
			
	div#contents input.button_send{
		border:none;
		background:url(../img/button_send.png);
		width:150px; height:35px;
		cursor:pointer;
		margin:0 0 0 180px;}
		div#contents input.button_send:hover{
			background-position:0 -35px;}
			
