/*------------------------------------*/
/*　共通設定　*/
/*------------------------------------*/
*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
	list-style-type:none;
}

img{
	border:none;
}
/*a.map_text:link{
	color:#000
}
*/a:link{
	color:#3CF;
}
a:visited{
	color:#3CF;
}
a:hover{
	color:#6FF;
}
.blue{
	color:#03F;
}
.font14{
	font-size:14px;
}

	

/*------------------------------------*/
/*　大枠ボックス構成　*/
/*------------------------------------*/
body{
	font-size:small;
	text-align:center;
	background-color:#CCC;
}
#wrapper{
	width:830px;
	margin:0px auto;
	text-align:left;
	background-color:#FFF;
}
#logo{
	width:80px;
	height:60px;
	float:left;
}
#header{
	width:750px;
	height:60px;
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	float:right;
}
#main_visual{
	width:830px;
	height:280px;
	margin-bottom:20px;
	clear:both;
}
#left_box{
	width:210px;
	float:left;
	margin-bottom:20px;
}
#test_box{
	width:170px;
	background-color:#F00;
}
#right_box{
	width:590px;
	float:right;
	margin-bottom:20px;
	background-color:#FFF;
}
#text_bar{
	width:590px;
	height:60px;
	background-image:url(../images/con_bar.jpg);
	background-repeat:no-repeat;
}
#text_box{
	width:590px;
}
/*#mail_text_box{
	width:500px;
	margin-left:50px;
}
*/
#icon_box{
	margin-top:10px;
	position:relative;
	width:590px;
	height:400px;
}
#footer{
	width:830px;
	height:60px;
	clear:both;
	background-image:url(../images/footer.jpg);

}
#footer_left{
	float:left;
}
#footer_right{
	float:right;
	width:260px;
	margin-top:10px;
}
/*------------------------------------*/
/*　ヘッダー　*/
/*------------------------------------*/
h1{
	font-size:21px;
	margin-top:35px;
	text-align:30px;
	color:#FFF;
}
/*------------------------------------*/
/*　メインビジュアル　*/
/*------------------------------------*/

/*------------------------------------*/
/*　レフトボックス　*/
/*------------------------------------*/
#srp_logo{
	margin-left:30px;
	margin-top:20px;
}
/*------------------------------------*/
/*　アイコンボックス　*/
/*------------------------------------*/
#icon_01{
	position:absolute;
	left:30px;
	top:20px;
}
#icon_02{
	position:absolute;
	left:250px;
	top:20px;
}
#icon_03{
	position:absolute;
	left:20px;
	top:230px;
	
}
#icon_04{
	position:absolute;
	left:250px;
	top:230px;
}

/*------------------------------------*/
/*　テキストバー　*/
/*------------------------------------*/
h2{
	padding:8px;
	color:#FFC;
	text-shadow:1px 1px 3px #FFC;
}
/*------------------------------------*/
/*　テキストボックス　*/
/*------------------------------------*/
#text_box p{
	font-size:13px;
	line-height:130%;
}
dl dt{
	font-weight:bolder;
	font-size:13px;	
}
.red {
	color:red;
	font-weight: bolder;
	font-size: 20px;
}
table{
	border-collapse:collapse;
	font-size: x-small;
}
/*class for the block without own css, where text inside of it should be centered*/
.center {
text-align: center;
}
/*class for the block without own css, where text inside of it should be centered*/

/*class for the block without own css, which should be centered*/
.centered {
margin-left: auto;
margin-right: auto;
}
/*class for the block without own css which should be centered*/
.contact centered{
	height:600px;
}
/*.text_small{
	font-size:x-small;
}
*//*------------------------------------*/
/*　フッター　　*/
/*------------------------------------*/
#footer{
	font-size:10px;
		color:#FFF;
}
#footer_left{
	font-size:12px;
	margin-top:10px;
}
#footer_right{
	font-size:12px;
}
#wrapper #right_box #text_box table {
	font-size: small;
}


.padded {
		padding:5; !important
}