
* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 130%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}

body {
    margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

p{
	padding: 0 1em 1em;
}

iframe {
	margin-bottom: 20px;
	margin-top: 10px;
}

a {
	color:#000000;
	text-decoration:  none;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #546A51;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #696969;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 10px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	height: 110px;
	width: 800px;
	margin: 0px auto;
	padding: 10px 0px 0px;
}

h1 a {
	display: block;
	text-decoration: none;
	width: 600px;
	margin-left: 35px;
	padding-top: 15px;
	font-size: 32px;
	line-height: 33px;
	color: #696969;
}

#header #sub {
	font-size: 10px;
	color: #696969;
	padding: 0px;
	margin: 5px 0px 0px 40px;
}

#header h2 {
    margin-left: 40px;
	font-size: 12px;
	font-weight: normal;
	color: #696969;
	line-height: 18px;
}

#header ul {
	font-size: 12px;
	color: #696969;
	text-decoration:underline;
	list-style-type: none;
    margin-left:700px;
    margin-right:15px;
    margin-top:5px;
    margin-bottom: 5px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	padding: 5px;
	background-color: #ff0000;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin-left: 10px;
  }
  

#nav li {
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
  }
  
#nav a {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFF99;
	text-decoration: underline;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:610px;
	float: right;
	display: inline;
	margin-right: 0px;
}

#contents p{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
	line-height: 20px;
}

#contents h2 {
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ff0000;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #ff0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696969;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents h3 {
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ff0000;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #ff0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696969;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
    text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents #c_pad #top_img p {
	font-size: 10px;
	color: #FFFFCC;
}


#contents #c_pad .top_left {
	float: left;
	padding: 10px;
}

#contents #c_pad .p_img {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.class {
    clear:both; 
}
  


/*テーブル部分の設定
------------------------------------------------------------------*/
table {
	background: #ffffff;
	margin-bottom: 5px;
	padding: 5px 5px;
	font-weight: bold;
}

tr {
    margin-top: 2px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

td {
	font-size: 14px;
	padding-left: 10px;
	color: #ff0000;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

table a {
	color: #ff0000;
	text-decoration:underline;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 170px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#side_d h3 {
	display: block;
	width: 150px;
	line-height: 20px;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
	background-color: #ff0000;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:120px;
	font-size: 12px;
	line-height: 17px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#side_d li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}

#side_e {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#side_e h3 {
	display: block;
	width: 150px;
	line-height: 20px;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
	background-color: #ff0000;
}

#side_e ul {
	margin-bottom: 5px;
}

#side_e li a {
	display: block;
	width:120px;
	font-size: 12px;
	line-height: 17px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#side_e li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}

#side_f {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#side_f h3 {
	display: block;
	width: 150px;
	line-height: 20px;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
	background-color: #ff0000;
}

#side_f ul {
	margin-bottom: 5px;
}

#side_f li a {
	display: block;
	width:120px;
	font-size: 12px;
	line-height: 17px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#side_f li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}

#side_g {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#side_g h3 {
	display: block;
	width: 150px;
	line-height: 20px;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
	background-color: #ff0000;
}

#side_g ul {
	margin-bottom: 5px;
}

#side_g li a {
	display: block;
	width:120px;
	font-size: 12px;
	line-height: 17px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#side_g li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}

#side img {
	border:none;
}

#side p {
    float: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

#side p a {
	font-size:10px;
	padding: 10px;
	
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	text-align: center;
	background-image: url(img/foot.jpg);
	height: 50px;
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 20px;
	background-color: #FAFAF8;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #design {
	font-size: 10px;
	color: #93A0B0;
}
#f_menu #design a {
	font-size: 10px;
	color: #93A0B0;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #ff0000;
	font-size: 10px;
}
