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

body{ 
	background: url(../images/bg.jpg) repeat; 
	border:0; 
	font:13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	color:#444; 
	line-height:2em;
	}
.orange {
	color: #f48337
}

a:link,
a:visited{ color: #444; text-decoration: none }
a:hover,
a:active{ color: #444; text-decoration: underline }


#head{ 
	text-align:center; 
	background:#fff;
	}


#main_box {
	width: 900px;
	background-color: #ffffff;
	margin: 15px auto 0;
	border: #CCC 1px solid;
}

#main_box .inner_box {
	margin: 20px 20px 0;
	padding-bottom: 10px;
	border-bottom: #eee 2px solid;
}
#main_box .inner_box_last {
	border: none;
}
#main_box .inner_box.ms #welcome {
	width: 550px;
}

#main_box .inner_box.ms #welcome .text_1 {
	color: #999;
	font-size: 200%;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 10px;
	text-align: center;
}

#main_box .inner_box.ms #welcome .text_1 span {
	color: #F90;
}

#main_box .inner_box .text_2 {
	font-size: 140%;
	color: #999;
	margin-left: 10px;

}
#main_box .inner_box .ms .sml_box.lc .post_2 {
	font-size: 90%;
	margin: 10px 10px 0px 10px;
}

#main_box .inner_box .ms .sml_box.lc .text_3 {
	color: #F90;
	text-align: center;
	font-size: 120%;
	margin-top: 10px;
}
#main_box .inner_box p.link {
	text-align: right;
}
#main_box .inner_box p.link a {
	color: #999;
	margin: 0px 10px 10px 0;
}

#main_box .inner_box p.link a:hover,
#main_box .inner_box p.link a:active{
	text-decoration: underline;
}
#main_box .inner_box p.link a:visited,
#main_box .inner_box p.link a:link {
	
}

#main_box .inner_box .inner_sentens p {
	margin: 0 40px;
}
#footer {
	width: 900px;
	margin: 20px auto;
	font-size: 90%;
}
#footer a,
#footer a:hover,
#footer a:active,
#fotter a:visited,
#fotter a:link{
	color: #444;
}

#footer span {
	margin-left: 350px;
}

.al_right {
	text-align: right;
}