/* Default Layout:  */
@import url(http://pao.xsrv.jp/mt/mt-static/themes-base/blog.css);
@import url(http://pao.xsrv.jp/mt/mt-static/themes/minimalist-red/screen.css);

/* background image set */

#header {
    background: url() #008000 repeat-x top;
	height:150px;
	border-top-width:0px
}
body {
    background: url() 
}
#footer {
    background: url() #008000
}

/* heder css modify */
#header-inner {
	height:120px
}
#header-content {
    font-style: italic;
}

#header-name {
    padding:10px
}

/* content  */

/* alpha css modify */
h1 {
    font-style: italic
}

#alpha-inner h2 {
	font-size: 18px;
	padding: 5px 10px 2px;
	color:  #008000;
/*	background: url() #008000 fixed center; */
}

#alpha-inner h3 {
	font-size: 18px;
	padding: 5px 10px 2px;
	margin-top: 15px;
	margin-bottom: 7px;
	color:  #ffffff;
	width:  500px;
	height: 25px;
	background: url() no-repeat #008000 right;
/*	background: url() #008000 fixed center; */
}

#alpha-inner a {
        font-weight: bold;
}

#alpha-inner li	{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width : 0px;
	border-bottom-style : none; /* dashed; */
	border-bottom-color : none; /* royalblue; */
	list-style-type : none;
	font-size: 12px;
/*	list-style-image: url();  */
}
/* widget contents */
.widget-content a {
	color: #ab0404;
}

/*  footer */

#footer-inner {
    padding-top: 20px;
    padding-bottom: 0px;
}

