@charset "utf-8";
/*  
Theme Name: Shin Takataki
Theme URI: http://takataki.jp
Author: Studio Kan
Author URI: http://www.kan-web.ne.jp
Creation date: 1.10.2009 
*/

/* Base ----------------------------------------------------------------- */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr {
    margin:0;
    padding:0;
}
a:link { color: #3a75af; }
a:visited { color: #3a75af; }
a:hover { color: #ff6600; }
p, pre, blockquote, fieldset {
    margin-bottom: 10px;
}
ul, li { list-style:none; }
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {
	font-size: 13px;
}
caption {
    text-align:left;
}
a img,:link img,:visited img {
    border:none;
}
hr {
	height:1px;
	border-bottom: 1 solid #666666;
}
fieldset,img,abbr,acronym {
    border:0;
}
small {
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}


/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/back4.jpg);
	background-repeat: repeat-x;
	background-color: #2D89F8;
}
#container {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container-inner {
	position: static;
	text-align: left;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header, #content {
    position: relative;
}
#header {
	width: 920px;
	overflow: hidden;
	height: 135px;
	background-image: url(images/header_bg2.jpg);
	background-repeat: no-repeat;
}
#header-inner {
	width: 870px;
	position: static;
	overflow: hidden;
}
#main, #sidebar {
	float: left;
	position: relative;
}
#content-inner,
#main-inner, #sidebar-inner {
	position: static;
	overflow: hidden;
}
#content {
	width: 908px;
	clear: both;
	display: block;
	text-align: left;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1AB6F1;
	border-bottom-color: #1AB6F1;
	border-left-color: #1AB6F1;
	background-color: #FFFFFF;
}
#content-inner {
	width: 902px;
}
#headbanner {
	width: 840px;
	padding-bottom: 0px;
}
#headmenu {
	background-color: #FFFFFF;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1AB6F1;
	border-left-color: #1AB6F1;
}

#main {
	width: 700px;
	text-align: left;
	left: 200px;
}
#main-inner {
	padding-bottom: 20px;
	padding-top: 5px;
	width: 680px;
	padding-left: 5px;
}

#sidebar {
	width: 166px;
	text-align: left;
	padding-bottom: 20px;
	left: -700px;
	padding-left: 18px;
}
#footer {
	width: 880px;
	font-size: 12px;
	padding-top: 10px;
	color: #FFFFFF;
	padding-left: 20px;
}

/* Header ------------------------------ */

.header-left {
	width: 200px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.header-right {
	width: 670px;
	float: right;
	padding-right: 10px;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	text-align: right;
	line-height: 125%;
	margin-bottom: 8px;
	color: #666666;
}
#header p {
	text-align: right;
	margin-bottom: 0px;
}

#headmenu {
	height: 41px;
	padding-bottom: 10px;
	padding-left: 14px;
	clear: both;
}
#headmenu li {
	display: inline;
	float: left;
}
#headmenu li a {
	display: block;
	height: 41px;
	text-decoration: none;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	margin-left: 2px;
	width: 122px;
	margin-right: 2px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#hm1 a {
	background-image: url(images/top4_m1.gif);
	width: 70px;
}
#hm2 a {
	background-image: url(images/top4_m2.gif);
	width: 100px;
}
#hm3 a {
	background-image: url(images/top4_m3.gif);
	width: 90px;
}
#hm4 a {
	background-image: url(images/top4_m4.gif);
}
#hm5 a {
	background-image: url(images/top4_m5.gif);
}
#hm6 a {
	background-image: url(images/top4_m6.gif);
}
#hm7 a {
	background-image: url(images/top4_m7.gif);
}
#searchform {
	text-align: right;
}




/* Navigation ----------------------------------------------------------- */

.navigation {
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	height: 1px;
	font-size: 1px;
	clear: both;
}

/* Sidebar -------------------------------------------------------------- */

#sidebar ul li p {
	font-size: 12px;
	line-height: 140%;
	padding-left: 5px;
}
#sidebar ul li {
	font-size: 12px;
}
#sidebar h2 {
	font-size: 14px;
}
.sidemenu {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 166px;
}
.sidemenu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidemenu ul li a {
	display: block;
	text-decoration:none;
	font-weight: normal;
}
.sidemenu ul li a:hover {
}
.sidemenu ul {
	margin-bottom: 10px;
}
#sidecontact a, #sidebanner1 a, #sidebanner2 a {
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#sidecontact a {
	background-image: url(../images/otoiawase.jpg);
	height: 37px;
	width: 200px;
	margin-bottom: 20px;
}


.sidemenu ul li h2 {
	display: block;
	font-size: 12px;
	line-height: 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	color: #FFFFFF;
	width: 166px;
}

#sidebar li li .children li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	width: 140px;
	background-repeat: no-repeat;
}

.current-cat a {
	color: #FF3300;
}
.categoryarea {
	width: 164px;
	border: 1px solid #12B0F1;
	background-color: #F2F9FF;
	margin-bottom: 10px;
}

.categoryarea li {
	background-image: url(images/icon_blue.gif);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2D89F8;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: 6px 8px;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
}
.categoryarea li a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
}
.categoryarea a:link, .categoryarea a:visited {
	color: #266CFF;
}
.categoryarea a:hover {
	color: #FF3300;
	text-decoration: underline;
}


a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }
#guidearea {
	margin-bottom: 10px;
}
#guidearea li {
	margin: 0px;
	padding: 0px;
	height: 30px;
}



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

.cnt-header h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #FF3300;
}
#main .cnt p {
	margin-bottom: 10px;
}
.title {
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(images/header_bg.jpg);
	background-position: bottom;
	font-size: 15px;
	color: #666666;
}
/* Content ---------------------------------------------------------------- */

.post,.entry {
	clear: both;
	overflow: hidden;
}
.post {
	margin-bottom: 15px;
}
.entry {
	width: 640px;
	font-size: 13px;
	line-height: 180%;
	padding-left: 10px;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 10px;
}
h3.title {
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.entry h1 {
	font-size: 20px;
	color: #FF0000;
	line-height: 130%;
	margin-bottom: 10px;
}
.entry h2 {
	line-height: 140%;
	margin-bottom: 10px;
	font-size: 19px;
}
.entry h3 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 140%;
}
.entry a {
	text-decoration: underline;
}
.post-header {
	background-image: url(images/titlebar1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #F6F6F8;
	border-bottom-color: #CCCCCC;
	border-left-color: #F6F6F8;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	height: 16px;
}
.post-header h2 {
	font-size: 16px;
}

.post-header a:hover {
    text-decoration: underline;
}

.post ul.links li ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: disc;
}

.post ul.links li ul li {
	margin-left: 40px;
	line-height: 20px;
	list-style-type: disc;
}
.entry li {
	margin-left: 30px;
	list-style-type: disc;
	list-style-position: outside;
}


.entry ol {
	margin-bottom: 10px;
	list-style-type: decimal;
}
.entry ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
}
.entry ol li ul li {
	border-bottom-style: none;
	list-style-type: none;
}
.post .title {
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(images/header_bg.jpg);
	background-position: bottom;
	font-size: 15px;
	color: #666666;
}
.post-title h2 {
	font-size: 16px;
	padding-left: 35px;
	background-image: url(images/a005icn.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
}

.post dd {
	margin-left: 30px;
}
.entry .linkroll {
	list-style-type: none;
}

.entry .linkroll li {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 140%;
}
.linkroll img {
	margin-bottom: 5px;
}


.home #topcenter {
	width: 340px;
	float: left;
}
#topright {
	float: right;
	width: 319px;
}


/* Top page ------------------------- */

.home #main h2 {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 130%;
	color: #666666;
	font-weight: normal;
}
.home #main h3 {
	font-weight: bold;
	color: #FF6666;
	font-size: 13px;
	line-height: 130%;
	margin-bottom: 10px;
}
.home #main p {
	margin-top: 0px;
	font-size: 13px;
	line-height: 130%;
}
#topnew {
	margin-top: 10px;
	margin-bottom: 10px;
}

.home #main h3 a:link, .home #main h3 a:visited {
	color: #333333;
}
.home #main h3 a:hover {
	color: #0033FF;
}
#topcenter #whatsnew li {
	font-size: 13px;
	line-height: 140%;
	background-image: url(images/topics_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 2px;
}
#whatsnew {
	margin-bottom: 10px;
}



/* ------------------------------- */

.cnt .left {
	float: left;
}
.cnt .right {
	float: right;
}
.dot li {
	list-style-type: disc;
	margin-left: 20px;
}
#form1 input {
	font-size: 15px;
	width: 390px;
}
#form1 .phone input {
	width: 50px;
}

#form1 textarea {
	width: 390px;
	font-size: 15px;
	height: 100px;
}
#form1 th {
	background-color: #EEEEEE;
	font-weight: normal;
	padding-left: 5px;
}
#form1 td {
	padding-left: 10px;
}
.sitemap li {
	font-size: 13px;
	margin-left: 30px;
	line-height: 200%;
}
.sitemap li li {
	margin-left: 30px;
	background-image: url(images/topics_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 10px;
}
/* Footer ----------------------------- */

#footer h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* Parts -------------------------------------------- */

.border {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.clearall {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear {
	clear: both;
}
.f15 {
	font-size: 15px;
	line-height: 120%;
}
.f14 {
	font-size: 14px;
	line-height: 130%;
}
.f12 {
	font-size: 12px;
	line-height: 130%;
}
.f13 {
	font-size: 13px;
	line-height: 125%;
}

.font13 {
	font-size: 13px;
	line-height: 150%;
}

.f11 {
	font-size: 11px;
}
.f10 {
	font-size: 10px;
}
.small {
	font-size: 12px;
	line-height: 150%;
}
.bread {
	font-size: 11px;
	margin-top: 5px;
}
.alignc {
	text-align: center;
}
.mgbtm5 {
	margin-bottom: 5px;
}
.mgbtm10 {
	margin-bottom: 10px;
}
.imgleft {
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}
.imgright {
	float: right;
	margin-left: 5px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
.red {
	color: #FF0000;
}
.green-box td, .green-box th {
	border: 1px solid #009933;
}
.green-box {
	border: 2px solid #009933;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 10px;
}
.box-bk {
	border: 1px solid #003399;
	margin-bottom: 10px;
}
.box-wiki {
	border: 1px solid #999999;
	font-size: 13px;
	line-height: 130%;
	margin-bottom: 10px;
}
.box-wiki th {
	background-color: #FFC0CB;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1em;
	height: 14px;
	text-align: center;
}
.box-wiki td {
}
.box-wiki dl {
	clear: both;
	margin-left: 20px;
}
.box-wiki dt {
	float: left;
	width: 40px;
}
.box-wiki dd {
	float: left;
	margin-left: 0px;
}
.blue1-box {
	background-color: #9CCCFD;
	display: block;
	padding: 3px;
}
.box-koi {
	font-size: 14px;
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
.box-koi table {
	width: 100%;
}
.box-koi td, .box-koi th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
}
.box-koi th {
	padding-top: 5px;
	padding-bottom: 5px;
}
#topcategory-box img {
	margin-bottom: 5px;
}

#topcategory-box .left {
	float: left;
	width: 215px;
	margin-bottom: 10px;
}
#topcategory-box .center {
	float: left;
	width: 215px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#topcategory-box .right {
	float: left;
	width: 215px;
	margin-left: 15px;
	margin-bottom: 10px;
}

