@charset "utf-8";
/*
Theme Name: rc138_new_pc
Theme URI: http://rc138.org
Description: 一宮ロータリークラブ様 PC用テーマ
Author: project-toa
Author URI: http://www.project-toa.net
Version: 1.0
*/


* {
	color: #666666;
	padding: 0;
	font-size: 12px;
	line-height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*
body {
	background-image:url(./img/bg.jpg);
	background-repeat:repeat;
}
*/

img {
	vertical-align: top;
}

a {
	color:#000000;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#back {
	width:1060px;
	margin:0 auto;
	background-color:#fff;
}

#back a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}



/*
ヘッダー
-------------------------------------------------------------------*/
#header
{
	margin-top: 10px;
	width:1060px;
	padding-top:10px;
}

#logo {
	height: 80px;
	margin-bottom: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#logo a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

#logo .img{
	padding-top:5px;
}

#logo .img2{
	margin-top:5px;
	float:right;
}

#title {
	width: 1000px;
	height:500px;
	display:block;
	margin:0 auto 5px auto;
}

#title img{
	margin:0 auto;
}


/*ナビゲーション
----------------------------------------------- */
#navi {
	background-image: url(./img/navi.jpg);
	height: 50px;
	width: 1000px;
	border-top: #0064A8;
	border-top-width: 1px;
	border-top-style: solid;
/*	padding-left: 20px;*/
/*	display:block;*/
	display:table;
	margin:10px auto;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0064A8;
	height: 50px;
	width:1000px;
}
#navi li a, #navi li strong {
	line-height: 16px;
	display: block;
	float: left;
	height: 39px;
	width: 86px;
	padding-left:28px;
	padding-right:28px;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#0064A8;
	padding-top: 10px;
	text-align: center;
}
#navi li a span {
	line-height: 12px;
	font-size: 10px;
	color: #fff;
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #fff;
}
#navi li a:hover span {
	color: #0064A8;
}

#navi li a {
	background-image: url(./img/navi.jpg);
}
#navi li a:hover {
	background-image: url(./img/navi_li_ov.jpg);
	color: #0064A8;
}
#navi li strong {
	background-image: url(img/navi_li_st.jpg);
	color: #FFFFFF;
	font-weight: normal;
}
#navi li {
	/*display: inline;*/
	display:table-cell;
	width:150px;
}
/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width: 1000px;
	display:block;
	margin:10px auto 5px auto;
}

#contents p{
	line-height: 1.8;
	padding: 5px;
}

#contents p span{
	line-height: 1.8;
	color: #0066A8;
}


#contents h3 {
	font-size: 28px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0061A5;
	padding-left: 12px;
	color: #222222;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: 100;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 20px;
	color: #0068AE;
	line-height: 16px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#contents h5 {
	font-size: 17px;
	color: #0068AE;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#contents h5 a{
	font-size: 17px;
	color: #0068AE;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 14px;
}

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents #top_img {
	background-color: #EEEDE9;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	position: relative;
}

#contents #top_img p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	left: 30px;
	top: 65px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}


#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px 15px 15px 0;
}

#contents .img_left img {
	border: 1px solid #999999;
}

#contents .img_right {
	float: right;
	padding: 10px 15px 15px 15px;
}

#contents .img_right img {
	border: 1px solid #999999;
}

#contents .ring {
	background-repeat: no-repeat;
}

#contents .ring h4{
	font-size: 20px;
	color: #0068AE;
	line-height: 16px;
	margin-top: 15px;
	margin-left: 5px;
	padding-left: 40px !important;
	padding-top: 28px !important;
	height: 40px !important;
	background-image: url(img/boseki/ring_h4.png) !important;
	background-repeat: no-repeat !important;
	background-position: left !important;
}

#contents .ringbox {
	height: 500px;
	width: 500px;
	padding: 80px 30px 30px 30px;
}

#pricetable a{
	line-height:1.6;
}


.btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.btn a:hover {
	background-color: #FF0000;
	background-image: url(img/btn_ov.gif);
}


/*
NEWS ワードプレス
-------------------------------------------------------------------*/
#news {
	width:605px;
/*	height:480px;*/
	height:465px;
	display:block;
	float:left;
/*	margin:10px 15px 10px 0;*/
	margin-right:15px;
	background-color:#EEEEEE;
	padding:15px;
}

#news h2 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #555555;
	border-bottom:#CCC 1px double;
} 

#news dl{
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dotted #cccccc 1px;
}

#news dt a{
	font-size: 16px;
	line-height: 1.2;
	color:#00698C;
	font-weight:bold;
}

#news dd{
	font-size: 15px;
	line-height: 1.4;
	color: #333333;
	margin-top: 5px;
}


#news02 {
	width:605px;
	display:block;
	float:left;
	margin:10px 15px 10px 0;
	background-color:#EEEEEE;
	padding:15px;
}

#news02 h2 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #555555;
	border-bottom:#CCC 1px double;
} 

#news02 dl{
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dotted #cccccc 1px;
}

#news02 dt a{
	font-size: 16px;
	line-height: 1.2;
	color:#00698C;
	font-weight:bold;
}

#news02 dd{
	font-size: 15px;
	line-height: 1.4;
	color: #333333;
	margin-top: 5px;
}


/*
side
-------------------------------------------------------------------*/
#side {
	width:350px;
	display:block;
	float:right;
/*	margin:10px 0px 10px 0;*/
}

#side img {
	margin-bottom:10px;
}


/*
bannar
-------------------------------------------------------------------*/
#bannar {
	width:1000px;
	margin:5px auto 15px auto;
	display:block;
}

#bannar img {
	float:left;
	margin:5px;
	width:323px;
}

/*
main
-------------------------------------------------------------------*/

#main {
/*	width:605px;*/
	width:950px;
	display:block;
	float:left;
	margin:10px 15px 10px 0;
	padding:0 15px 15px 15px;
}

#main h2 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #0068AE;
	border-bottom: #CCC 1px double;
}

#main h2 span{
	font-size: 11px;
	margin-left: 15px;
	color: #BBBBBB;
}

.img_title {
	margin-bottom:10px;
}

#main p {
	font-size:15px;
	color:#333333;
	line-height:1.4;
}

#main a{
	font-size: 16px;
	line-height: 1.2;
	color:#00698C;
}

/*
テーブル
-------------------------------------------------------------------*/


#t01 {
	width:1000px;
	background-color:#EDF8FF;
	border:none;
	display:block;
	margin:15px auto;
	table-layout: fixed;
}

#t01 td{
	padding:5px 5px 2px 5px;
	text-align:center;
}

#t01 img {
	margin:0 auto;
	display:block;
}

#t02 {
	width:605px;
	border:solid #eeeeee 1px;
	margin:15px auto;
}

#t02 td{
	padding:20px;
	text-align:left;
	width:390px;
	font-size:15px;
	color:#333333;
	line-height:1.4;
}

#t02 th {
	background-color:#0068AE ;
	color:#ffffff;
	padding:20px;
	text-align:right;
	width:140px;
	font-size:15px;
	line-height:1.4;
}

#t02 img {
	margin:0 auto;
	display:block;
}



/*
パンくずリスト
-------------------------------------------------------------------*/
#pan {
	padding: 5px;
}
#pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#pan strong {
	margin-left: 7px;
}

#pan li {
	display: inline;
	padding-left:5px;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding: 20px;
	background-position: bottom;
	text-align: left;
	background-color: #0068AE;
	margin-top: 10px;
}

#f_menu p {
	font-size: 15px;
	color: #ffffff;
	line-height:2.0;
}

#f_menu p a {
	font-size: 14px;
	color: #FFFFFF;
	line-height:3.0;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-color: #0068AE;
	font-size: 10px;
	padding: 5px 5px 25px 5px ;
}

#headflame{
	width:1000px;
	height:185px;
	float:left;
}

#footflame{
	width: 1000px;
	height: 430px;
	float: left;
}
