/*
Theme Name: Frontier Vision
Theme URI: http://www.fvs-net.co.jp
Author: hazama
Author URI: http://www.fvs-net.co.jp
Description: frontier vision blog skin 2009.12.01

*/

@import url("http://www.fvs-net.co.jp/css/common.css");
@import url("http://www.fvs-net.co.jp/css/frame.css");
@import url("http://www.fvs-net.co.jp/css/font.css");
@import url("http://www.fvs-net.co.jp/css/layout.css");
@import url("http://www.fvs-net.co.jp/css/navigation.css");

.blogtitle{
	width:620px;
	background:url("http://www.fvs-net.co.jp/img/common/pageline.gif") no-repeat bottom left;
	margin:0 20px 10px 20px;
	padding-bottom:3px;
}

.blogtitle h2{
	width:420px;
	float:left;
	display:inline;
	margin-top:10px;
}

.blogtitle a{
	color:#666666;
}

.dat{
	width:200px;
	float:right;
	display:inline;
	margin-top:10px;
	text-align:right;
	padding-top:5px;
}

.entry_footer{
	background:#eeeeee;
	text-align:right;
	padding:5px;
}

#calendar_wrap{margin:10px 0;}
#calendar_wrap table{width:180px;border:1px #CCCCCC solid;}
#calendar_wrap td,#calendar_wrap th{text-align:center;}
#calendar_wrap caption{width:180px;background:#CCCCCC;}
#today{font-size:120%;font-weight:bold;}
#calendar_wrap a{text-decoration:underline;}

blockquote{
	margin:10px 20px;
	background:#DFF6FF;
	padding:10px;
}

/**comment**********************************************************/
#commentlist ol{
list-style:none;
}
#commentlist li {
list-style:none;
margin-bottom : 15px;
padding-bottom : 10px;
border-bottom : 1px solid #700000;
}
#commentform {
margin : 10px 0;
width : 300px;
}
#commentform textarea {
font-size:90%;
border : 1px solid #808080;
width : 300px;
}
#commentform textarea:hover {
border : 1px solid #d6d3d3;
}
#commentform textarea:focus {
border : 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url {
background : #f8f7f6;
border : 1px solid #808080;
width : 300px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
background : #ffffff;
border : 1px solid #d6d3d3;
width : 300px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
background : #ffffff;
border : 1px solid #939793;
width : 280px;
}
#commentform input {
margin-bottom : 3px;
}


