/* スタイルシート */

/* ▼基本色

#dc143c

 */


/* ボディ */

html{
	margin: 0;
	padding: 0;}


body {
	background-color: #000099;
	background-image: url(img/body.png);
	background-repeat: repeat-x;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}

body a {
	color: #333;
	text-decoration: underline;}

img {
	border-style: none;} 





/* 外枠 */

#container {

	background-image: url(img/container.gif);
	border-left: 0px solid #666;
	border-right: 0px solid #191919;
	color: #333;
	line-height:1.4em;
    margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 800px;}


/* ヘッダー */

#head {
	background-color: #fff;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	color: #dc143c;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	text-align:left;
	width: 100%;
	height: 400px;}

#head a {
	color: #dc143c;
	text-decoration: none;}

#head-img {
	display: none;}




/* ヘッダー下のメニューリンク枠 */

#headmenu {
	background-color: #f00;
	background-image: url(img/headmenu.gif);
	border-top: 2px solid #600;
	border-bottom: 2px solid #300;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    line-height:1.4em;
    margin:0px;
	padding: 0px 0px 0px 5px;
	text-align: center;
	width: 100%;
	height: 20px;}

#headmenu a {
	color: #600;
	border-left:1px solid #999;
    font-weight:bold;
    margin:0px 5px 0px 5px;
	padding: 0px 2px 0px 2px;
    padding:3px;
	text-decoration: none;}

#headmenu a:hover {
	background-image: url(img/headmenu2.gif);
	color: #fff;
    font-weight:bold;}

#headmenu h1,
#headmenu h1 a {
	color: #900;
    display:inline;
	font-size: 13px;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

#headmenu p,
#headmenu p strong,
#headmenu p em {
	color: #900;
    display:inline;
	font-size: 11px;
    margin:0px;}


/* センター枠 */

#center {
	float: right;
    line-height:1.4em;
    margin:0px 0px 0px 0px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    width: 545px;
    height: auto;}



/* センター内枠 */

.content {
	color: #000;
	font-size: 16px;
	line-height:1.6em;
	padding: 0px 15px 10px 0px;}

.content div {
	margin: 20px 0px 50px 0px;}

.content b {
    color:red;
	font-weight: bold;}

.content strong{
	font-weight: bold;}

.content p {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 10px 10px 10px 5px;}


.content hr{
    border:1px dashed #999;
    width:95%;}


.content ul,
.content ol {
    list-style-type:none;
	list-style-image:url(img/bomb.gif);
    list-style-position: outside;
    margin:20px 0px 30px 40px;
    padding:0px;}

.content li {
	color:#000;
    font-size:20px;
    font-weight:bold;
	line-height:1.4em;
    margin:0px;
    padding:0px 0px 10px 10px;}

.content li b{
	color:#900;
	font-weight:bold;
	font-size:small;}

.content li em{
	color:#009;
	font-weight:bold;
	font-size:medium;
	font-style:normal;}
	

/* div */

.c1{
	width:100%; 
	text-align:center;
	padding-top:70px;}

.c2{
	width:600px; 
	border:3px solid #33C; 
	text-align:left;
    margin:0px 0px 0px 0px;}


.c3{
	width:550px; 
	border:3px solid #C33; 
	text-align:left;
    margin:0px 0px 0px 0px;}

.c3 ul{
    border-top:1px dashed #999;
    list-style-type:none;
	list-style-image:url();
    list-style-position: outside;
    margin:20px 0px 30px 5px;
    padding:0px;}

.c3 li {
    border-bottom:1px dashed #999;
	color:#000;
    font-size:17px;
    font-weight:bold;
	line-height:1.4em;
    margin:0px;
    padding:0px 0px 10px 0px;}

.c3 li input{vertical-align:middle;}

.c3 strong{background:pink;}



.c2 h2{
	color:#900;
	font-size:25px;
    margin:5px 0px 20px 5px;
    padding:0px;}

.c3 h2{
    background:#933 url(img/tbback2.gif);
	color:#fff;
	font-size:25px;
    margin:0px;
    padding:10px;
    text-align:center;}

.c2 p,
.c3 p{
	margin:5px;
	padding:5px 0px 5px 5px;}



	
.img_h2{
	margin: 0px;
    padding:0px;
}


h2,
h3,
h4,
h5,
h6 {
	background-color: #dc143c;
	background-image: url(img/cen_head.gif);	
	background-repeat: no-repeat;
    border:0px solid #dc143c;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0px 0px 20px 0px;
	padding-top: 2px ;
	padding-right: 0px ;
	padding-bottom: 4px ;
	padding-left: 5px;
	text-align: left;
    height:26px;}

.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
	color: #fff;
}


.content a{
	color:#dc143c;
	text-decoration: underline;}

.content a:hover{
	color:#c00;}

.content input,
.content serect,
.content textarea{
	margin:5px 5px 5px 5px;} 


.bold{font-weight:bold;}



/* サイドバー */

#side {

	float:left;
	line-height:1.4em;
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 0px;
	width: 240px;}



/* サイドバー内枠 */

.sidebar {

    border-left:0px solid #FFF;
    border-bottom:0px solid #FFF;
	color: #666;
    font-size: 12px;
	line-height:1.4em;
    margin:0px;
	padding: 5px 5px 0px 0px;}


.sidebar a {
	color: #dc143c;
    text-decoration: none;}

.sidebar a:hover {
	color: #c00;
	font-weight:bolder;}


.h3,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
    background-color: #fff;
    background-image: url(img/side_head.gif);
	color: #dc143c;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height:1.4em;
	margin:0px 0px 0px 0px;
	padding:3px 5px 3px 10px;
	text-align: left;
	text-transform: uppercase;}


.sidebar ul {
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 0px;}

.sidebar li {
    border-bottom:1px dotted #999;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.4em;
    list-style-type:none;
	margin: 1px 0px 1px 5px;
	padding: 0px 0px 0px 0px;
	text-align: left;}


.sidebar img {
	border: 0px solid #fff;}

.sidebar p {
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}


.sidebar form{
	margin:5px 5px 5px 5px;
	padding:2px;}

.sidebar input,
.sidebar serect,
.sidebar textarea{
	margin:0px 0px 0px 0px;} 




/* サイドバー内コンテンツ部分 */

.side-content {
    background-color:#fff;
	border-top:0px solid #dc143c;
	border-left:1px solid #dc143c;
	border-right:1px solid #dc143c;
	border-bottom:1px solid #dc143c;
	color: #666;
	font-size: 12px;
	line-height:1.4em;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;}



/* フッタ */

#footer {
	background-color: #f00;
	background-image: url(img/headmenu.gif);
	border-left:0px solid #191919;
	border-right:0px solid #191919;
	color: #fff;
    float: none;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
    overflow: hidden;
	padding: 1px 0px 2px 0px;
	text-align: center;
	width: 100%;
    height:15px;}

#footer a {
	color: #fff;
	text-decoration: none;}

#footer p {
	margin: 0px 0px 10px 0px;}




/* 右寄せ（検索フォーム） */

.rig{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	width:99%;}



/* 中央寄せ */

.cen {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:99%;}



/* ナビリンク */

.navi{
	border-bottom:1px dashed #CCC;
	color:#666;
	font-size:12px;
	margin:3px 0px 10px 0px;}

.navi a{
	color:#666;
	font-size:12px;
	text-decoration:none;}





/* RSS記事の表示部分 */

.rss{
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height:1.4em;
	margin: 20px 0px 30px 0px;
    padding:0px 0px 0px 0px;
    text-align:left;
　　word-break:break-all;}

.rss h2 {
	background-color: #900;
	background-image: url(img/midashi.gif);	
	background-repeat: repeat-y;
    border-left:0px solid #dc143c;
    border-right:0px solid #dc143c;
    border-top:0px solid #dc143c;
    border-bottom:0px dashed #dc143c;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 2px 20px;
	text-align: left;}

.rss p{
	color: #333;
	font-size: 16px;
	letter-spacing: 0.2em;}


