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

body{
	font-size: 12px;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	text-align: center;
	color: #333;
	margin:0;
	padding:0;
	background-color:#ffcc33;
	background-image:url(../../img/blog/style/orange/bg.gif);
	background-repeat:repeat-y;
	background-position:50% 0;
}

#page{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:0;
	border-top:10px solid #ffcc33;
}

#header {
	background-image:url(../../img/blog/style/orange/header.jpg);
	background-repeat:no-repeat;
	height:140px;
	padding:70px 0 0 0;
	width:770px;
	text-align:left;
}

#header h1 { 
	font-size:18px;
	margin:0;
}

#header h1 a:link {text-decoration: none; color:#000;}
#header h1 a:visited {text-decoration: none; color:#000;}
#header h1 a:hover {text-decoration: none; color:#000;}
#header h1 a:active {text-decoration: none; color:#000;}


#header p { 
	background-color:none; 
	font-size:12px;
	color:#000;
}

#main ul{
	list-style:none;
}

#main ul li{
	background-image:url(../../img/blog/style/orange/list.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
}

#main .title{
	padding:5px;
	text-align:center;
	background-color:#FFCC33;
	color:#990000;
	border-bottom:1px solid #fff;
}
#sub .title{
	padding:5px;
	text-align:center;
	background-color:#FFCC33;
	color:#990000;
	border-bottom:1px solid #fff;
}

#main .contents{
	padding:15px 5px 5px;
	text-align:left;
	border-top:3px solid #FFCC33;
}

#main .underbar{
	padding:5px 0;
	margin-top:15px;
	border-top:1px solid #FFCC33;
}

#sub .contents{
	padding:15px 5px 5px;
	text-align:left;
	border-top:3px solid #FFCC33;
}

#sub ul{
	list-style:none;
}

#sub ul li{
	background-image:url(../../img/blog/style/orange/list.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
}

#footer {
	background-color:#ffcc33;
	color:#333;
	padding-bottom:10px;
}
	
#footer p a {
	background-color:#fff;
}
	
#footer ul{
	list-style:square;

}

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



.contents img {
	max-width:520px;
}