@charset "utf-8";

/*
++++++++++Common Stylesheet +++++++++++++++++++++++++++++

サイトの下層ページ共用ファイル

Site Name:ブーケプルズ
File Name:common.css

Create Date:2010/11/18
Update Date:2010/11/22

1.Reset
2.Common
3.Header
4.GlobalMenu
5.footer
6.FontStyle

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* 1.Reset
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
br {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
*/


/* 2.Common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



body {
	color: #333333;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3"!important;
	line-height: 1.5;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
}
h1 {
	color: #333333;
	text-align: left;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal!important;
	height: 15px;
	padding-top: 5px;
}

h2 {
	font-weight: normal!important;
	padding: 0px;
	height: 30px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3";
	font-size: 16px;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-weight: normal!important;
}
input {
	font-size: 12px!important;
	line-height: 18px!important;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3"!important;
}
a {
	color: #0077AA;
	text-decoration: none;
}
a:link {
	color: #0077AA;
	text-decoration: underline;
}
a:visited {
	color: #0077AA;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #0077AA;
	text-decoration: underline;
}
a:focus {
	color: #0077AA;
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#wrap {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/wrap_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#container #content .entry-title {
	height: 36px;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	margin-top: 20px;
	background-image: url(../img/com1_line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #333333;
}

/* 3.Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	height: 80px;
	width: 880px;
}
#header .logo {
	float: left;
	height: 80px;
	width: 350px;
}
#header .challenge25 {
	height: 80px;
	width: 164px;
	float: right;
}
#main_img {
	height: 310px;
	width: 880px;
	margin-top: 10px;
}
#calendar-3 {
	width: 220px;
	margin-top: 20px;
}
#calendar-3 .widget-title  {
	width: 220px;
	display: none;
}
h3.widget-title {
	font-size: 14px;
	line-height: 36px;
	font-weight: bold!important;
	color: #006699;
	background-image: url(../img/com1_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 36px;
	padding-left: 15px;
}
.entry-content {
	font-size: 14px;
	line-height: 21px;
	padding-right: 15px;
	padding-left: 15px;
}
/*#main {
	height: auto;
	width: 880px;
	margin-bottom: 30px;
}
#main #container {
	float: left;
	height: 500px;
	width: 618px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
}
#rightColumn {
	float: right;
	width: 250px;
	padding-left: 10px;
}*/





/* 4.GlobalMenu
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* 5.footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	background-image: url(../img/footer_bg1.jpg);
	background-repeat: repeat-x;
	height: 80px;
	width: 880px;
	padding-top: 10px;
	margin-bottom: 0px;
}
#footer .footeMenu {
	color: #333333;
	text-align: center;
	font-size: 12px;
	line-height: 200%;
}
#footer .footeMenu a:link {
	color: #333333;
	text-decoration: none;
}
#footer .footeMenu a:visited {
	text-decoration: none;
	color: #333333;
}
#footer .footeMenu a:hover {
	text-decoration: none;
	color: #6699FF;
}
#footer .footeMenu a:active {
	text-decoration: none;
	color: #333333;
}
#footer .copyright {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	margin-top: 30px;
	color: #333333;
}



/* 6.Font Style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.style1 {
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
