@charset "utf-8";

/* Share Style
----------------------------------------------------------- */
#main a:link {
	background:url(../images/icon_arrow2.gif) no-repeat 0 0.4em;
	padding-left:15px;
	text-decoration:underline;
	color:#007491;  
	}
#main a:visited {
	background:url(../images/icon_arrow2.gif) no-repeat 0 0.4em; 
	padding-left:15px;
	text-decoration:underline;  
	color:#007491;  
	}
#main a:hover {
	background:url(../images/icon_arrow1.gif) no-repeat 0 0.4em; 
	padding-left:15px;
	text-decoration:underline;  
	color:#00B4E3;  
	}  
#main a:active {
	background:url(../images/icon_arrow1.gif) no-repeat 0 0.4em;
	padding-left:15px;
	text-decoration:underline;
	color:#00B4E3;
	}

/* main
----------------------------------------------------------- */
#main {
	float:left;
	background:url(../images/contents_base.gif) no-repeat right top;
	width:770px;
	}

div.contents {
	float:left;
	width:255px;
	}

#main h2 {
	margin:10px 20px;
	}

#main h3 {
	background:url(../images/h3_bg.gif) no-repeat left 0.1em;
	margin-left:25px;
	padding:1px 10px 5px 10px;
	color:#008838;
	font-size:100%;
	}
	
#main p {
	padding:5px 15px 5px 25px;
	line-height:1.5;
	}

#main ul{
	background:url(../images/contents_ul_bg.gif) repeat-x left bottom;
	margin:0 20px 20px;
	padding:0 10px 10px 5px;
	}

#main ul li {
	line-height:1.5;
	}
		
div.date {
	background:url(../images/date_bgTOP.gif) no-repeat left top #73BD00;
	margin-left:20px;
	margin-bottom:20px;
	width:220px;
	}
	
div.date p {
	background:url(../images/date_bgBTM.gif) no-repeat left bottom;
	padding:5px 10px !important;
	color:#FFFFFF;
	}

div#pageNavi {
	clear:both;
	background:url(../images/contents_bgBTM.gif) no-repeat right top;
	height:55px;
	}
	
div#pageNavi p {
	padding-top:27px;
	padding-right:10px;
	text-align:right;
	}

/* plugin
----------------------------------------------------------- */
#plugin {
	clear:both;
	background:none;
	padding:20px 10px 0 20px;
	width:740px;
	height:1%;
	color:#666;
	}
	
