@charset "utf-8";
/********************************************************************
Template name: Color Clip5
Release date: 2010-05-18
Description: Customizable Color template.
Author: Yoshihiro Fujie
Author URI: http://www.galfy.jp/
This template is licensed under a Creative Commons  License: CC-BY-NC
********************************************************************/

body  {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.8em;
	/* customize_background */ background-color:#e3ffe0; /* customize_background */
	margin: 0;
	padding: 0;
	text-align: center;
	/* customize_body */ color:#666; /* customize_body */
}
/********************************************************************
*	Hyperlinks and images				*
********************************************************************/
a {
	/* customize_link */ color:#0000FF; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color:#FF3300; /* customize_link_hover */
}
img {
	border: none;
}
/********************************************************************
*	Container								*
********************************************************************/
.wrapper {
	width: 820px;
	margin: 0 auto;
}
.wrapper_left {
	background: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/background_left.png) repeat-y left;
}
.wrapper_right {
	background: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/background_right.png) repeat-y right;
}
#container { 
	width: 800px;
	/* customize_container_border-top */ border-top-color:#999; /* customize_container_border-top */
	border-top-style: solid;
	border-top-width: 1px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
/********************************************************************
*	Header									*
********************************************************************/
#header {
	background-image: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/header_bg.png);
	background-repeat: repeat-x;
	text-align: left;
}
#header h1 {
	/* customize_ header_h1_body*/color: #666;/* customize_ header_h1_body*/
	margin: 0;
	padding: 4px 15px;
	font-size: 1em;
}
#header a {
	/* customize_header_logo */ color:#363636; /* customize_header_logo */
	text-decoration: none;
}
/********************************************************************
*	Headbanner							*	
********************************************************************/
#headbanner {
	background: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/headbanner_bg.jpg) no-repeat left top;
	min-height: 30px;
}
/********************************************************************
*	Banner for Toppage
********************************************************************/
#topbanner {
	background: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/topbanner_bg.jpg) no-repeat left top;
	height: 50px;
}
/********************************************************************
*	Global Navigation					*
********************************************************************/
#gnavi {
	/* customize_gnavi_background */ background-color:#1b5200; /* customize_gnavi_background */
	background-image: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/gnavi_bg.png);
	background-repeat: repeat-x;
	height: 45px;
}
#gnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gnavi ul li {
	float: left;
	display: block;
}
#gnavi ul li a {
	display: block;
	/* customize_gnavi_border-left */ border-left-color:#116600; /* customize_gnavi_border-left */
	border-left-style: solid;
	border-left-width: 1px;
	/* customize_gnavi_border-right */ border-right-color:#056600; /* customize_gnavi_border-right */
	border-right-style: solid;
	border-right-width: 1px;
	/* customize_gnavi_link */ color:#FFF; /* customize_gnavi_link */
	padding: 12px 8px;
	font-size: 13px;
	text-decoration: none;
	text-decoration: none;
}
#gnavi ul li a:hover {
	/* customize_gnavi_link_hover */background: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/gnavi_bg_hover.png);/* customize_gnavi_link_hover */
        color: #FFFF00;
}
/********************************************************************
*	Sub Menu								*
********************************************************************/
#subMenu {
	margin: 0;
	padding: 0;
}
/********************************************************************
*	Sidebar										*
********************************************************************/
#sidebar {
	/* customize_sidebar_background */ background-color:#FFF; /* customize_sidebar_background */
	/* customize_sidebar_border */ border-color:#FFF; /* customize_sidebar_border */
	border-style: solid;
	border-width: 1px;
	width: 190px;
	margin: 10px;
	padding: 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.topPage #sidebar, .rightSidebar #sidebar {
	float: right;
}
.leftSidebar #sidebar {
	float: left;
}
#sidebar h1, #sidebar h2, #sidebar h3 {
	background: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/navi_title_bg.png) no-repeat left center;
	/* customize_sidebar_h_body */ color:#014706; /* customize_sidebar_h_body */
	font-size: 13px;
	margin: 2px;
	padding: 10px 15px;
} 
#sidebar p {
	margin: 5px 15px;
	font-size: 13px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#sidebar ul li {
	/* customize_sidebar_list_bottom */ border-bottom-color:#999; /* customize_sidebar_list_bottom */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin: 5px 25px;
	list-style-image: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/listmark.png);
}
#sidebar ul li a {
	/* customize_sidebar_link */ color:#0000FF; /* customize_sidebar_link */
	/* customize_sidebar_link_bottom */ border-bottom-color:#999; /* customize_sidebar_link_bottom */
	border-bottom-width: 1px;
	text-decoration: none;
}
#sidebar ul li a:hover {
	/* customize_sidebar_link_hover */ color:#FF3300; /* customize_sidebar_link_hover */
	text-decoration: underline;
}
/********************************************************************
*	Main Contents										*
********************************************************************/
#mainContent {
	margin: 0;
	padding: 10px;
	width: 550px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.topPage #mainContent, .rightSidebar #mainContent {
	float: left;
}
.leftSidebar #mainContent {
	float: right;
}
.noSidebar #mainContent, .extra #mainContent {
	width: 580px;
	margin: 0 auto;
}
#mainLeftContent {
	float: left;
	width: 47%;
}
#mainRightContent {	
	float: right;
	width: 45%;
} 
#mainContent h1 {
	background: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/h1_bg.png) no-repeat left top;
	/* customize_h1_body */ color:#096600; /* customize_h1_body */
	margin: 0;
	padding: 15px;
	font-size: 1.4em;
}
#mainContent h2 {
	/* customize_h2_background */ background-color:#b5fab1; /* customize_h2_background */
	background-image: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/h_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	/* customize_h2_body */ color:#0c5201; /* customize_h2_body */
	margin: 5px;
	padding: 5px 30px;
	font-size: 1.3em;
}
#mainContent h3 {
	clear: both;
	/* customize_h3_background */ background-color:#c8fabe; /* customize_h3_background */
	background-image: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/h_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	/* customize_h3_body */ color:#006607; /* customize_h3_body */
	margin: 5px;
	padding: 5px 30px;
	font-size: 1.2em;
}
#mainContent p {
	margin: 10px;
}
/********************************************************************
*	Sub Contents for Toppage						*
********************************************************************/
#subContent {
	clear: both;
	/* customize_subContent_background */ background-color:#EAEAEA; /* customize_subContent_background */
	overflow: auto;
}
#left-colum {
	float: left;
	margin: 10px;
	width: 245px;
}
#middle-colum {
	float: left;
	margin: 10px;
	width: 245px;
}
#right-colum {
	float: right;
	margin: 10px;
	width: 245px;
}
#subContent h1, #subContent h2, #subContent h3 {
	/* customize_subContent_h_background */ background-color:#d5ffcc; /* customize_subContent_h_background */
	/* customize_subContent_h_body */ color:#1a4f00; /* customize_subContent_h_body */
	margin: 5px;
	padding: 5px 10px;
	font-size: 1.3em;
}
#subContent p {
	/* customize_subContent_body */ color:#056600; /* customize_subContent_body */
	margin: 10px;
}
#subContentArea {
	clear: both;
	padding: 10px;
}
/********************************************************************
*	footer													*
********************************************************************/
#footer {
	clear: both;
	padding: 0 10px;
	/* customize_footer_background */ background-color:#CCC; /* customize_footer_background */
	background-image: url(http://www.virakeikokudaira.com/themes/color_clip5_2/images/footer_bg.png);
	background-repeat: repeat-x;
	/* customize_ footer_border-bottom*/border-bottom-color: #CCC;/* customize_ footer_border-bottom*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 60px;
	font-size: 12px;
}
#footer p {
	/* customize_footer_body */ color:#333; /* customize_footer_body */
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
#bottomContent {
	float: left;
	width: 95%;
	font-size: 0.9em;
}
.footerContent {
	float: left;
	width: 33%;
	font-size: 0.9em;
}

/* customize_miscellaneous */  /* customize_miscellaneous */