@charset "UTF-8";
/* CSS Document */



body {
	color:#000000;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    
    
	background:url(../images/bg.jpg) top center no-repeat;
}

input, textarea {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
 
/* for IE6 */
* html body {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link, a:visited{
	color:#637aad;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#445988;
}

a:active{
	color:#637aad;
	text-decoration: none;
	font-weight: bold;
}

img {
	border:none;
}

.clearfix {
	/zoom:1;
}
.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}


div#wrapper {
	width:960px;
	margin: 0 auto;
	overflow: hidden;
}

/* header */
div#header {
	height:500px;
	width:960px;
	margin: 0 0 20px 0;
}

div#header h1{
	margin: 17px 0 0 551px;
}

div#header #main_btn{
	margin: 0 0 0 551px;
}

div#path{
	margin: 0 0 10px 12px;
	color: #999999;
}

div.section{
	background: #fcfcfc;
	border: 5px solid #e0e0e0;
	padding: 40px;
	margin: 0 0 20px 0;
}

div.section h2{
	margin-bottom: 30px;
}

div#article{
	float: left;
	margin: 0 0 0 12px;
	display: inline;
	width:640px;
}

strong{
	font-weight: bold;
}

img.photo {
	float: right;
	margin: 0 0 5px 20px;
	display: inline;
}
div#article p{
	margin: 0 0 10px 0;
}

p.attention{
	margin: 20px 0 0 0;
}


div#present_box{
	background: #ffff00;
	padding: 20px 28px;
	margin: 30px 0 40px 0;
}

div#present_box h4{
	font-weight: bold;
	margin: 10px 0 0 0;
}

div#present_box p{
	padding: 0 0 5px 20px;
	border-bottom: 1px dotted #000000;
}

.center_pos{
	text-align: center;
}

div.section table{
	margin: 0 0 40px 0;
	width: 545px;
}

div.section tr{
	padding: 10px;
	
}

div.section td{
	padding: 5px;
	border-bottom: 1px solid #e6e6e6;
}

div.section th{
	width:120px;
	font-weight: bold;
	padding: 5px;
	vertical-align:top;
	border-bottom: 1px solid #e6e6e6;
}

div#donation{
	background: #ffff00;
	padding: 10px 20px;
	font-weight: bold;
}


div.section textarea{
	width: 505px;
	padding: 20px;
	margin: 5px 0 30px 0;
}



div#aside{
	float: right;
	margin: 0 12px 0 0;
	display: inline;
	width: 250px;
}


div#aside div#sns{
	width:230px;
	color: #333333;
	background: #f8f8f8;
	border: 5px solid #dfdfdf;
	padding: 5px;
	margin: 0 0 20px 0;
}

div#aside div#sns div#sns_btns{
	text-align: center;
	margin: 10px 0 0 0;
}

div#twitter_box, div#like_box{
	margin: 0 0 20px 0;
}


.attention_color{
	color:#9a1617;
}

.error-message{
	color:#9a1617;
	margin: 5px 0 0 0;
	font-size: 12px;
}

div.thanks{
	margin-top: 40px;
}


div#footer{
	background: #002f99;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	margin:40px 0 0 0;
}

div#footer div#contact{
	float: left;
	margin: 0 0 0 10px;
}

div#footer div#copy{
	float: right;
	margin: 0 10px 0 0;
}

div#footer a:link, div#footer a:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover{
	color: #dae2f3;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:active{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
