@charset "utf-8";
/* CSS Document */

/************************************************
*	Reset										*
************************************************/

h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
img {
border-style: none;
}

/* --- 汎用 --- */
.margin{ margin:10px auto; }
.margin-bottom{ margin-bottom:10px; }

/************************************************
*	clear										*
************************************************/
div:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
}
/************************************************
*	Layout 									*
************************************************/
body {
		font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image:url(http://charapacos.com/img/common/body_bg.png);
	background-color:#E8F1F7;
	background-position:center top;
	background-repeat:repeat-x;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
div#banner{
width:800px;
height:120px;
background-position:left top;
background-repeat:no-repeat;
margin:0 auto;
}
/* ----- IEPINGFIX ---------- */
* html #banner { behavior: expression(IEPNGFIX.fix(this)); }

div#header {
	color: #333333;
	background-color: transparent;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 843px;
	overflow: hidden;
}
div#content-top{
	width:847px;
	height:24px;
	background-color: transparent;
	background-image: url(http://charapacos.com/img/common/content_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px;
}
/* ----- IEPINGFIX ---------- */
* html #content-top { behavior: expression(IEPNGFIX.fix(this)); }

div#content-bottom{
	width:847px;
	height:17px;
	background-color: transparent;
	background-image: url(http://charapacos.com/img/common/content_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px;
}
/* ----- IEPINGFIX ---------- */
* html #content-bottom { behavior: expression(IEPNGFIX.fix(this)); }
div#content {
	font-size: 100%;
	color: #333333;
	background-color: transparent;
	background-image: url(http://charapacos.com/img/common/content_bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 847px;
}
/* ----- IEPINGFIX ---------- */
* html #content { behavior: expression(IEPNGFIX.fix(this)); }

div#main {
  width:600px;
  float:right;
  text-align:left;
  margin-right:6px;
  _margin-right:3px;
  
}

div#main a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

div#sub {
	font-size: 100%;
	color: #333333;
	background-color: transparent;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	width: 200px;
	float: left;
	overflow: hidden;
}

div.entry {
  text-align:left;
  background-color:#ffffff;
  float:right;
  color:#333333;
  font-size:12px;
}
div.entry a{
  color:#FF4300;
}

/************************************************
*	banner *
************************************************/
div#banner-top{
  width:800px;
  height:24px;
  margin:0 auto;
}

div.banner-top h1{
  height:24px;
  font-size:12px;
  font-weight:bold;
  text-align:left;
  text-indent:10px;
  color:#999999;
  line-height:24px;
}

div.banner-top h1 a{
  color:#999999;
  text-decoration:none;
}

div#banner-top h1 a:hover{
text-decoration:underline;
}

div#banner .inner{
width:820px;
margin:0px auto;
}

div.logoBox {
	margin:15px 0 0 0;
	width:249px;
	height:83px;
	float:left;
}
/* ----- IEPINGFIX ---------- */
* html div.logoBox img { behavior: expression(IEPNGFIX.fix(this)); }

div#head_box {
  WIDTH: 483px;
  FLOAT: right;
  HEIGHT: 71px;
  background: url(http://charapacos.com/img/common/head_box.png) no-repeat;
  margin-top:20px;
  padding-top:10px;
  padding-left:10px;
}
/* ----- IEPINGFIX ---------- */
* html div#head_box{ behavior: expression(IEPNGFIX.fix(this)); }

DIV#head_box h2{


	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	color:#0C5AA5;
	line-height:0px;
}
DIV#head_box p{
	text-align:left;
	font-size:10px;
	text-align:left;
	padding-left:10px;
	color:#333333;
}


/* ------------- Global Navi Style ----------------------- */
div#g_navi {
  text-align:center;
  width:599px;
  background: url(http://charapacos.com/img/common/g_navi_bg.jpg) no-repeat;
  height: 42px;
  margin-bottom:10px;
}
div#g_navi ul{
  padding-top:2px;
  margin-left:10px;
}
div#g_navi ul li{
  display:block;
  float:left;
}
div#g_navi ul li a{
  display:block;
  height:35px;
  width:90px;
  color:#333333;
  line-height:35px;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  background-color:transparent;
}
div#g_navi ul li a:hover{
  color:#095BA6;
  background-image:url(http://charapacos.com/img/common/g_navi_hover.png);
  background-position:center top;
  background-repeat:repeat-x;
  text-decoration:none;
}
/* --- リスト個別指定 --- */
div#g_navi ul li.g_navi01{
}
div#g_navi ul li.g_navi02 a{
  width:100px;
}
div#g_navi ul li.g_navi03 a{
  width:93px;
}
div#g_navi ul li.g_navi04 a{
  width:98px;
}
div#g_navi ul li.g_navi05 a{
  width:98px;
}
div#g_navi ul li.g_navi06 a{
  width:98px;
}

/************************************************
*	header *
************************************************/
div#header .inner {
}
div#header h1 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#header h1 a {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}
div#header img a {
	margin: 0px;
	border: none;
}
div#header p {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
/************************************************
*	Content 					 		 * 
************************************************/
div#content-inner{
  width:820px;
  margin:0 auto;
}
div#main .inner {
  padding:0px;
}
/* 見出し */
div#main h2 {
  font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  width:400px;
  height:31px;
  background-image:url(http://charapacos.com/img/common/h2.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  font-weight: bold;
  color: #666666;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 7px;
  line-height:31px;
  text-indent:40px;
  clear: both;
}
div#main h2 strong{
  font-size:16px;
  color:#3380b9;
  margin-right:10px;
}
div#main h3 {
width:598px;
height:31px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #DF2592;
	background-color: #ffffff;
background-image:url(http://charapacos.com/img/common/h3.jpg);
background-position:left top;
background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
line-height:220%;
text-indent:20px;
	clear: both;
}
div#main h4 {
  color:#FF4300;
  font-weight:bold;
	clear: both;
}
div#main h5 {
height:25px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #767EAF;
	background-color: #ffffff;
background-image:url(http://charapacos.com/img/common/h6.jpg);
background-position:left top;
background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
line-height:200%;
text-indent:40px;
	clear: both;
}
div#main h6 {
height:25px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #767EAF;
	background-color: #ffffff;
background-image:url(http://charapacos.com/img/common/h6.jpg);
background-position:left top;
background-repeat:no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
line-height:200%;
text-indent:40px;
	clear: both;
}

.menu {
	padding-top: 20px;
}

/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}
/* 引用元情報 */
div#main cite {
	font-style: italic;
}
/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}
div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}
div#main dd {
	padding-left: 5px;
}
/* 画像左配置 */
.mt-image-left {
float: left;
margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
display: block;
margin: 0 auto 20px;
text-align: center;
}
/* 画像右配置 */
.mt-image-right {
float: right;
margin: 0 0 20px 20px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}
/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}
div#main .entry-tags {
margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
}
div#main .posted img {
	border: none;
	margin-bottom: -5px;
}
div.comment-reply {
	margin-left: 20px;
}
/* コメンター画像 */
.asset-meta img {
	position: relative;
	top: 14px;
}
/* コメントフォーム 
div#main textarea{
	width: 440px;
}*/

/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}
div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}
/************************************************
*	 Sidebar 					 	 * 
************************************************/
div#sub .inner {
	padding-left: 0px;
	padding-right: 0px;
}
div#sub img {
	margin: 5px 0 5px 0;
}

/* サイドバーリスト */
div.category-archives
{
	margin-bottom:40px;
}

div#sidebar ul
{
	list-style-type:none;
	margin:0 10px 0 0;
}

div#sidebar ul.sub-category
{
	list-style-type:none;
	margin:0;
}

div.category-archives ul li
{
	font-size:80%;
	font-weight:bold;	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin-bottom:0;

	display:inline;
}

div.category-archives ul li a
{
 	width:170px;
    height:32px;
	font-weight:bold;	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	text-decoration:none;
	color:#ffffff;
	background:url(http://charapacos.com/img/common/icon_topcategory.png) no-repeat;
	display:block;
	line-height:250%;
    text-indent:25px;
}

div.category-archives ul li a:hover
{
	color:#cccccc;
	text-decoration:none;
	background:url(http://charapacos.com/img/common/icon_topcategory_hover.png) no-repeat;
}

div.category-archives ul.sub-category
{
	padding:0px 0;
	margin:0;
	list-style-type:none;
}

div.category-archives ul li ul.sub-category li
{
	font-size:100%;
	font-weight:normal;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
}

div.category-archives ul.sub-category li a
{
    width:180px;
    height:30px;
	font-weight:normal;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	color:#82ABD1;
	background:transparent url(http://charapacos.com/img/common/icon_sub_category.png) no-repeat;
	display:block;
    padding:8px 0 0 25px;
	line-height:100%;
}

div.category-archives ul.sub-category li a:hover
{
	color:#ffffff;
	background:transparent url(http://charapacos.com/img/common/icon_sub_category.png) no-repeat;
	text-decoration:underline;
}

/************************************************
*	Footer 									*
************************************************/
/* 文責 */

div#footer{
  width:100%;
  height:76px;
  margin:0px auto;
  background-image:url(http://charapacos.com/img/common/footer_bg.png);
  clear: both;
}

div#ent_footer{
	width: 847px;
	background:url(http://charapacos.com/img/common/content_bottom.png) no-repeat left top;
	margin: 0 auto;
	padding: 0;
	float: center;
	text-align: center;
	height: 70px;
}
/* ----- IEPINGFIX ---------- */
* html div#ent_footer { behavior: expression(IEPNGFIX.fix(this)); }

div#footer_link{
	margin-top:0px;
}

div#footer p{
	width: 810px;
  margin:0px auto;
	padding: 0;
	color: #333333;
	font-size: 80%;
	text-align: center;
	font-family:Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
div#footer p a{color:#ffffff;text-decoration:none;}
div#footer p a:link{color:#ffffff;text-decoration:none;}
div#footer p a:visited{color:#ffffff;text-decoration:none;}
div#footer p a:active{color:#ffffff;text-decoration:none;}
div#footer p a:hover{color:#ffffff;text-decoration:underline;}
address{
	width: 810px;
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/* ------- indexBox ------------ */
div#indexBox01 .b01{
background-image:url("http://charapacos.com/img/index/mainBanner01.jpg");
background-repeat:no-repeat;
margin:10px auto;
width:578px;
height:140px;
}
div#indexBox01 .b02{
background-image:url("http://charapacos.com/img/index/mainBanner02.jpg");
background-repeat:no-repeat;
margin:10px auto;
width:578px;
height:140px;
}
div#indexBox01 .b03{
background-image:url("http://charapacos.com/img/index/mainBanner03.jpg");
background-repeat:no-repeat;
margin:10px auto;
width:578px;
height:140px;
}
div#indexBox01 .b04{
background-image:url("http://charapacos.com/img/index/mainBanner04.jpg");
background-repeat:no-repeat;
margin:10px auto;
width:578px;
height:140px;
}
div#indexBox01 .b05{
background-image:url("http://charapacos.com/img/index/mainBanner05.jpg");
background-repeat:no-repeat;
margin:10px auto;
width:578px;
height:140px;
}
div#indexBox01 .b01 a{
display:block;
background-color:transparent;
line-height:150%;
color:#131313;
width:578px;
height:140px;
}
div#indexBox01 .b02 a{
display:block;
background-color:transparent;
line-height:150%;
color:#131313;
width:578px;
height:140px;
}
div#indexBox01 .b03 a{
display:block;
background-color:transparent;
line-height:150%;
color:#131313;
width:578px;
height:140px;
}
div#indexBox01 .b04 a{
display:block;
background-color:transparent;
line-height:150%;
color:#131313;
width:578px;
height:140px;
}
div#indexBox01 .b05 a{

display:block;
background-color:transparent;
line-height:150%;
color:#131313;
width:578px;
height:140px;
}
.b01 .post{
padding-top:60px;
padding-left:40px;
}
.b02 .post{
padding-top:50px;
padding-left:300px;
}
.b03 .post{
padding-top:50px;
padding-left:100px;
}
.b04 .post{
padding-top:50px;
padding-left:300px;
}
.b05 .post{
padding-top:50px;
padding-left:50px;
}
div#indexBox01 .b01 a:hover{
background-color:transparent;
color:#F2208D;
}
div#indexBox01 .b02 a:hover{
background-color:transparent;
color:#F2208D;
}
div#indexBox01 .b03 a:hover{
background-color:transparent;
color:#F2208D;
}
div#indexBox01 .b04 a:hover{ 
background-color:transparent;
color:#F2208D;
}
div#indexBox01 .b05 a:hover{ 
background-color:transparent;
color:#F2208D;
}
/* ------- subBox --------------- */
div.subBox img{
margin-top:10px;
}
/* ------ リンクバナー -------------- */
div#lib{
width:192px;

background-color:transparent;
margin:10px auto 30px auto;
}
/* ------- 新着情報 --------------------- */
div#newsBox{
width:602px;
height:139px;
background-color:transparent;
background-image:url(http://charapacos.com/img/index/information.png);
background-position:left top;
background-repeat:no-repeat;
margin:10px auto;
overflow:hidden;
}
div#newsBox .inner{
	POSITION: relative;
	WIDTH: 500px;
	HEIGHT: 70px;
	COLOR: #ffffff;
	OVERFLOW: hidden;
	TOP: 35px;
	LEFT: 150px;
	_height: 42px;
}

DIV#newsBox .inner A {
	COLOR: #cccccc;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: transparent;
}

div#newsBox .inner a:hover{
text-decoration:underline;
}
div#newsBox .inner ul li{
	line-height:80%;
	list-style-type:none;
}
/* ---------- table ---------- */
table.sample{
border-top:1px solid #ffffff;
border-left:3px solid #ffffff;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
	color:#2b2828;
	font-size:90%;
empty-cells:show;
}
.sample th{
border-right:3px solid #ffffff;
border-bottom:1px solid #FCCCE4;
color:#ffffff;
background-color:#99CC00;
background-image:url(../img/table-back.gif);
background-position:left top;
padding:1em 1em;
text-align:center;
}
.sample td{
border-right:3px solid #ffffff;
border-bottom:1px solid #FCCCE4;
padding:1em 1em;
}
/* ---------- table2 ---------- */
table.sample2{
border-top:1px solid #666666;
border-left:1px solid #666666;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
	color:#2b2828;
	font-size:90%;
empty-cells:show;
}
.sample2 th{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
color:#ffffff;
	background-color:	;
padding:0.3em 1em;
text-align:center;
}
.sample2 td{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
padding:0.3em 1em;
}
/* ---------- table3---------- */
table.sample3{
border-top:0px solid ;
border-left:0px solid ;
border-collapse:collapse;
border-spacing:0;
background-color:;
	color:#2b2828;
	font-size:90%;
empty-cells:show;
}
.sample3 th{
border-right:0px solid ;
border-bottom:0px solid ;
color:;
background-color:;
background-image:url(../img/table-back.gif);
background-position:left top;
padding:0.5em 1.2em;
text-align:center;
}
.sample3 td{
border-right:0px solid ;
border-bottom:0px solid ;
padding:0.5em 1.2em;
}
/* ---------- table4 ---------- */
table.sample4{
border-top:1px solid #006600;
border-left:1px solid #006600;
border-collapse:collapse;
border-spacing:0;
background-color:;
	color:#2b2828;
	font-size:80%;
empty-cells:show;
}
.sample4 th{
border-right:1px solid #006600;
border-bottom:1px solid #006600;
color:;
background-color:;
background-image:url(../img/table-back.gif);
background-position:left top;
padding:0.3em 1em;
text-align:center;
}
.sample4 td{
border-right:1px solid #006600;
border-bottom:1px solid #006600;
padding:0.3em 1em;
}
/* ---------- form ---------- */
input,textarea { border:1px solid #999; }
/* ---------- ボックス ---------- */
div.item-box { /* 親ボックス */ 
width: 550px; 
position: relative; 
} 
div.boxL { /* ボックス左 */ 
position: relative; 
left: 10px;
} 
div.boxR { /* ボックス右 */ 
position: relative ; 
left: 180px;
position: absolute ; 
top:0px;
} 
/* ---------- リスト --------
div.entry ol li,
{	
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	background-color:inherit;
	line-height:130%;
	margin-left:40px;
	margin-bottom:5px;
	border-bottom:dotted 1px #ff0000;
	
	
}

--- */
/* ---------- サイトマップ ---------- */

div.sitemap{
	width:570px;
	margin:10px auto;
	}

div.sitemap ul li{
	line-height:200%;
	
	}





/* ---------- メールフォーム ---------- */
div#form textarea{
	width: 250px;
}
/* ---------- リンクバナー ---------- */
div#link textarea{
	width: 150px;
}

/* ---------- クリア ---------- */
div.clear { clear:both; }  
div.clear hr { display:none; } 