﻿/*------------------------------------------------------------------------------
CSSDocument
------------------------------------------------------------------------------*/

/*------------------共通------------------*/
* { 
	/* font-family:ヒラギノ角ゴProW3,HiraginoKakuGothicPro,メイリオ,Meiryo,ＭＳＰゴシック,sans-serif;  */
	font-size:12px; 
	color:#555555; 
	margin:0; 
}
body { background-color:#f5efff; }

a {
	color:#333;
	text-decoration:underline;
}
a:hover, a:active{
	color:#F69;
	text-decoration:underline;
}

img{ border:0; }


* {
	margin: 0px;
	padding: 0px;
}


#wrapper {
	margin: auto;
	height: auto;
	width: 960px;
	background-color: f5f6f6;
	overflow: hidden;
}
#content {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
}
h1 {
}
h2 {
}
h4 {
}
h1{font-size:36px;text-align:center;}
#blogList{list-style:none;background-color:#ffffff;}
#blogList li{width:474px;float:left;margin:2px 3px 0 3px;border-top:2px solid #cccccc;}
.blogBox{width:474px;background-color:#ffffff;overflow:hidden;}
.blogBox .blogheader{width:310px;}
.blogBox .blogheader img{width:100%;}
.blogBox .icon{float:left;width:88px; padding:5px 0 0 0;}
.blogBox .list{float:left;width:378px;padding:4px;}
.blogBox a{
padding-bottom:8px;
overflow:hidden; display: block;
	color:#111111;
	-webkit-transition:opacity 0.2s linear ,   background-color 0.2s linear , color  0.2s linear , border-color  0.2s linear;
	transition:opacity 0.2s linear ,  background-color 0.2s linear , color  0.2s linear,border-color  0.2s linear;;
}
.blogBox a:hover{opacity:0.8;background-color:#c2ffd0;}
.list .title{font-size:14px; line-height: 20px; color: #111111; padding-bottom:3px;}
.list .author{}
.list .subtitle{}
#left_box{
	width:960px;
}
#right_box{

}
#blogList{
	overflow:hidden;
}

.icon img{
width:80px;
 /*border-radius: 50%;*/
 margin:4px;
 border:1px solid #cecece;
  /*background: #ffffff none repeat scroll 0 0;*/
}
a {
	color: #09F; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

a:visited {
	color: #09F;/*リンクの色*/
}

a:hover {
	color: #F69; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

.contentsList {
}
.listInfo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	list-style-type: none;
}

#copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
}
#boxBannerArea {
	height: auto;
	width: 234px;
	list-style-type: none;
	clear: none;
	float: left;
	margin-bottom:13px;
}


#boxBannerArea ul li {
list-style-type:none;
border:1px;
margin-bottom:5px;
border-color:#CDCDCD;
border-style:solid;
padding:1px;
width:234px;
height:60px;

#copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #999;
	height: auto;
	width: 950px;
	text-align: right;
	margin: auto;
}
