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

h1 {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color: #F7F7F7;
}





h4 {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color: #F7F7F7;
}


.line_1 {
	border-color: #031E5A;
	border-top:3px double;
}

.line_2 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

.siro18{
	font-size: 18px;
	color: aliceblue;
}

.aka18{
	font-size: 18px;
	color:#E41417;
}

.ao182{
	font-size: 18px;
	color:#634BE9;
	font-style: oblique;
}

img {
    vertical-align: bottom;
	width: auto;
}




#box1{
	width: 50%;
	float: left;
}

#box2{
	width: 50%;
	float: right;
}

#box3{
	width: 100%;
}

#box4{
	width: 50%;
	float: left;
}

#box5{
	width: 100%;
}

#idea1{
	height: 50px;
}

a:link { color: #0000ff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

textarea{
	width: 75%;
}

