body {
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Verdana, sans-serif;
	color:rgba(96,76,63,1)
	line-height: 140%;
	margin:0;
	padding:0;
	background-color:rgba(255,204,204,1);
	line-break: strict;
	word-break: normal;
}

#wrapper {
	width:960px;
	height:100%;
	margin:0 auto;
	padding:(0,20,20,20);
	position:relative;
}

.header {
	display:block;
	margin:0px 0 20px 0;
	background:#FFF;
}

h1 { margin:0px;}

.content {
	display:block;
	font-size:18px;
	line-height:2em;
	background:#FFF;
	margin:0;
	color:rgba(96,76,63,1)
}

.frame960{
	display:block;
	background-color:rgba(255,204,204,.5);
	width:960px;
	margin:0 auto;
}

.frame900{
	display:block;
	color:rgba(102,102,102,1);
	width:900px;
	margin:0 auto;
	padding:(0,20,20,20);
}

.bold {
	font-weight:bold;
}

.font14 { 
	font-size:14px;
	line-height:1.4em;
	text-align:center;	
}

.font14a {
	font-size:14px;
	line-height:1.4em;
	text-align:left;
}

.font14b {
	font-size:14px;
	line-height:1.4em;
	text-align:right;
}

.font20 {
	font-size:20px;
	font-weight:300;
}

.font20b {
	font-size:20px;
	font-weight:300;
	text-align:center;
}

.font12 {
	font-size:12px;
	text-align:center;
}

.bkgd1 {
	background-color:rgba(255,204,204,.5);
}

.bkgd3 {
	background-color:rgba(220,255,205,1);
}

.frameLeft1 {
	display:block;
	width:304px;
	margin: 0;
	float:left;
}

.frameRight1 {
	display:block;
	width: 596px;
	margin:0;
	float:left;
}

.indent {  
	padding-left: 2em;
}

.padtop10  { padding-top:10px;}
.padtop20  { padding-top:20px;}
.padrght20  { padding-right:20px;}
.padbtm20 {padding-bottom:20px;}

.mt20 { margin-top:20px;}
.mb20 { margin-bottom:20px;}
.ml30 { margin-left:30px;}

.center {
	margin:0px auto;
	text-align: center;
}






a { color:#473FF6; text-decoration: none; border:0;}
a:hover { color:#1E1E82;}
a:active {color: #36F;}

a:hover img { border:none; opacity:0.6;}
a:hover img.noeffect {border:none; opacity:1}


.foot {
	width:960px;
	margin:50px 0 0 100px;
}

.foot2 {
	width:960px;
	float:center;
}

.clear { clear:both;}

.image img{
	background: #ed6d1f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba( 0, 0, 0, 0.7);
	margin-left:5px;
	margin-right:5px;
}

.image img:hover{
	background: #6bbc6e;
}


.btn {
	border: 1px solid #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 30px 0;
	width: 300px;
	height: 65px;
}

.btn:hover	{
	background: #6bbc6e;
}

.btnbkgd {
	width:300px;
	height:65px;
}
