A:link { color:#3366aa; text-decoration: none }
A:visited { color:#3366aa; text-decoration: none }
A:hover { color:orange; text-decoration: underline }
A:active { color:orange; text-decoration: underline }

/* 各種文字 */
.size_s {
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-weight: normal;
	font-size: 9pt;
	}

body {
	background-color: #ffffff;
	background-image: url("/img/back_kame.jpg");
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ページの一番外側 */
#container {
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;	
	background-color: #FFFFFF;
	}

/* ヘッダメニューナビケーション部分 */
.top-navi-bar {
	margin-top: 0px;
	}

.top-navi-bar table {
	padding: 0px 0px 0px 0px;
	color: orange;
	}
.top-navi-bar table td 
{
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-weight: bold;	
	line-height: 110%;
	font-size: 11pt;
	}


/* コンテンツの外側（ヘッダ部を除く） */
#frm {
	width: 698px;
	border: 1px solid #0072BC;	
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;	
	overflow: hidden;
	margin-top: 2px;
	}
#frm_red {
	width: 698px;
	border: 1px solid #FF0000;	
	padding: 0px 0px 0px 0px;
	background-color: #FAE9EA;	
	overflow: hidden;
	margin-top: 2px;
	}

/* コンテンツ枠２分割しない場合 */
#center_full {
	float: left;
	width: 698px;
	overflow: hidden;
	}

/* コンテンツ枠２分割する場合の左 */
#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}

/* コンテンツ枠２分割する場合の右 */
#right {
	float: left;
	width: 198px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}

/* コンテンツ枠２分割する場合の左 */
#left {
	float: left;
	width: 198px;
	background-color: #FFFFFF;	
	overflow: hidden;
	}

/* コンテント */
.content {
	padding: 15px 15px 5px 15px;
	color: #383838;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 140%;
	font-size: 11pt;
	}
	
.content h1 {	
	color: #a7a7FF;
	background: #ffffff;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	border-left: 6px solid orange;	
	border-bottom: 2px dotted #d0d0d0;	
	font-size: 10pt;
	text-align: left;
	font-weight: bold;	
	margin-bottom: 6px;
	padding-top:  0px;	
	padding-bottom: 0px;	
	padding-left: 5px;	
	}

.content h3 {	/* コンテント(メンテナンス用) */
	color: #ffffff;
	background: #FFC6A4;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: 10pt;
	border-left: 6px solid #e5B482;	
	text-align: left;
	font-weight: bold;	
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top:  0px;	
	padding-bottom: 0px;	
	padding-left: 5px;	
	}
	
.content b {
	color: orange;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: 11pt;
	}

.content p {
	padding-left: 10px;	
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 140%;
	font-size: 11pt;
	}

/* TOPの左コンテント部分 */
.left_content	
	{
	padding: 0px 0px 0px 0px;
	color: #383838;
	background: #ffffff;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 140%;
	font-size: 11pt;
	}
	
.left_content table {
	padding: 0px 0px 0px 0px;
	color: #4B4B4B;
	}
.left_content table td {
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: 11pt;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px dotted #0072BC;
	border-right: 1px dotted #0072BC;
	}
.left_content table td A:link { color:#333333; text-decoration: none }
.left_content table td A:visited { color:#333333; text-decoration: none }
.left_content table td A:hover { color:orange; text-decoration: underline }
.left_content table td A:active { color:orange; text-decoration: underline }

.left_content p	
	{
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #666666;
	padding: 5px;
	}

/* ブログコンテント */
.content_blog {
	padding: 15px 15px 5px 15px;
	color: #383838;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 140%;
	font-size: 11pt;
	}
	
.content_blog strong 
{
	font-weight: normal;
	background: #00FFBF;
	color: #005B99;
	}

.content_blog em 
{
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	background: #008699;
	color: #ffffff;
	}

.content_blog u
{
	font-weight: normal;
	text-decoration:none;
	border-bottom: 2px dotted orange;
	color: #383838;
	}

.content_blog blockquote
{
	color: #336699;
	background-color: #FFEEF5;	
	font-family: "ＭＳ ゴシック", "Osaka",sans-serif;
	font-weight: normal;
	font-size: 9pt;
	line-height: 130%;
	text-align: left;
	padding: 8px 8px 8px 8px;
	margin: 8px;
	border: 1px dotted #00FF66;
	}
	
.content_blog p {
	color: #383838;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-weight: normal;
	font-size: 11pt;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px 8px 0px 8px;
	}

.content_blog li {
	font-weight: normal;
	line-height: 140%;
	}

.content_blog h2 {
	color: #a7a7FF;
	background: #ffffff;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	border-left: 6px solid orange;	
	border-bottom: 2px dotted #d0d0d0;	
	font-size: 10pt;
	text-align: left;
	font-weight: bold;	
	margin-bottom: 6px;
	padding-top:  0px;	
	padding-bottom: 0px;	
	padding-left: 5px;	
	}

.content_blog h3 {
	color: #ff9940;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;	
	text-align: left;
	font-weight: bold;		
	margin-bottom: 4px;
	padding-left: 8px;	
	}

.content_blog img {
	margin: 0px 10px 10px 0px;
	float: left;
	max-width:400px;
	height:auto;
	-ms-interpolation-mode: bicubic;
	}

.content_blog p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px dotted #999999;
	text-align: right;		
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	clear: both;
	}

/* ブログサイドバーコンテント */
.sidebar {
	border-left: 1px dotted #0072BC;	
	border-bottom: 1px dotted #0072BC;	
	padding: 15px;
	}

.sidebar h2 {
	color: #FF6666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	border-top: 1px dotted #888888;	
	border-bottom: 1px dotted #888888;	
	text-align: center;
	text-transform: uppercase;  	
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 20px;
	}

.sidebar li {
	font-weight: normal;
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;	
	margin-top: 4px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}
	
.sidebar form {
	margin: 0;
	}
	

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #666666;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

.keitai-info {
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #666666;
	line-height: 150%;
	text-align: center;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

.cate {
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	font-size: small;
	font-weight: bold;
	color: #990000;
	padding: 1px 3px 5px 0px;
}

/* Copyright表示 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	}
.copyright {
	margin-top: 2px;
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 9pt;
	color: #534741;
	}


/* オレンジドットのテーブル*/

.tableODot {
	border: 2px dotted #0072BC;
	}

.scode {
    vertical-align: top;
}

#scode {
    margin-left: 5px;
}

/* メニュー部分 2008/12/11 Add */

#menu{
	width:100%;
	margin:1px;
	padding:0;
	font:9px/9px Tahoma, Arial, Helvetica, sans-serif;
}
	#menu ul{
		list-style:none;
		padding:4px 0 0 0;
		margin:0px;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			height:18px;
			line-height:10px;
			text-align:center;
			margin:0 2px 0 0;
		}
			#menu li a{
				display:block;
				float:left;
				font-weight:bold;
				color:#fff;
				text-decoration:none;
				padding:5px 20px;
				text-transform:uppercase;
			}
				#menu li a:hover{
					text-decoration:none;
				}
			#menu li a.red{
				background:#c40d0b url(./img/menu/r_f.gif) no-repeat left top;
			}
				#menu li a:hover.red{
					background:#c40d0b none;
				}
			#menu li a.orange{
				background:#f26522 url(./img/menu/o_f.gif) no-repeat left top;
			}
				#menu li a:hover.orange{
					background:#f26522 none;
				}
			#menu li a.yellow{
				background:#e4c016 url(./img/menu/y_f.gif) no-repeat left top;
			}
				#menu li a:hover.yellow{
					background:#e4c016 none;
				}
			#menu li a.green{
				background:#219e0b url(./img/menu/g_f.gif) no-repeat left top;
			}
				#menu li a:hover.green{
					background:#219e0b none;
				}
			#menu li a.blue{
				background:#2c88ce url(./img/menu/b_f.gif) no-repeat left top;
			}
				#menu li a:hover.blue{
					background:#2c88ce none;
				}
			#menu li a.grey{
				background:#939393 url(./img/menu/gr_fold.gif) no-repeat left top;
			}
				#menu li a:hover.grey{
					background:#939393 none;
			}

#menu table
			{
				margin: 0px;
				padding: 0px;
			}
			
#menu img
			{
				margin: 0px;
				padding: 0px;
				border: 0px;
			}
			
#menu table td
			{
				border: 0px 
				margin: 0px;
				padding: 0px;
			}

