@charset ”utf-8”;
/*  
Theme Name: 中部パック(english)
Theme URI: http://www.chubupack.or.jp/
Description: 中部パックのテーマ
Version: 1.0
Author: 山内
Author URI: http://www.capsule-g.co.jp
*/



/*初期設定*/
* {
	margin: 0px;
	padding: 0px;
}
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
em {
	font-style:normal;
}
img {
	border:0px;
	vertical-align:top;
}

/*タグ*/
body {
	background-image: url(images/body_back.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font-size:90%;
	line-height:160%;
}

a:link {
	color:#F60;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#F60;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: underline;
	color:#F60;
}


/*フロート解除*/
.clearfix{
	zoom:1
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear{
	clear:both;
}

/*大外枠*/
#container {
	width: 834px;
	margin:0px auto;
	background-image: url(images/contenair_back.jpg);
	background-repeat:no-repeat;
	padding:0px;
}

.container_footer_back{
	width: 834px;
	margin:0px auto;
	background-image: url(images/contenair_back2.jpg);
	background-repeat:repeat-y;
}

/*ヘッダー*/
#disc_txt{
	font-size:11px;
	background-image:url(images/disc_back.gif);
	background-repeat:repeat-x;
	padding:14px 0px 5px 14px;
	width:784px;
	margin:0px 0px 0px 19px;
}

#header {
	padding:0px 10px 0px 14px;
	margin:0px 0px 0px 19px;
	width:784px;
}

#header_logo {
	float:left;
	padding:0px;
	margin:0px;
}

#header_logo a {
	background-image:url(images/logo.jpg);
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	width:223px;
	height:49px;
	padding:0px;
	margin:0px;
}

#header p {
	font-size:11px;
	padding:0px 10px 0px 0px;
	margin:0px;
}

#header_navi {
	float:right;
}

#header_navi li{
	float:left;
	margin-right:10px;
}

#english_link{
	float:right;
}


#english_link a{
	background-image:url(images/english_link1.jpg);
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	width:50px;
	height:14px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

#movie{
	margin:10px 0px 0px 19px;
	width:784px;
}


.contact_btn a{
	background-image:url(images/contact1.jpg);
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	width:140px;
	height:25px;
	padding:0px;
	margin:0px 0px 0px 10px;
}

.contact_btn a:hover{
	background-image:url(images/contact2.jpg);
	background-repeat:no-repeat;
}


/*メインボックス*/
.main{
	color: #000000;
	padding:0px;
	width:798px;
	margin:0px 0px 0px 19px;
}



/*サイドバー*/
#side_left{
	height:650px;
	width: 179px;
	float:left;
	padding:20px 0px 0px 0px;
    position:relative;
}

#side_left p{
	padding-left:1em;
}

#side_right{
	height:650px;
	width: 181px;
	float:right;
	padding:20px 0px 0px 0px;
    position:relative;
}

#side_left ul,#side_right ul{
	list-style:disc;
	padding:0px 0px 0px 10px;
	margin:0px;
	list-style-position:inside;
	margin-top:-20px;
	font-size:95%;
	line-height:180%;
	letter-spacing:-1px;
	zoom:1;
}

#container #side_left .children,#side_left .categories ul{
	margin-top:0px;
}

#side_left .categories ul{
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}


#side_left #child_ul ul{
	padding-bottom:-20px;
	margin-bottom:-20px;
	margin-top:0px;
}


#side_left ul a:link,#side_right ul a:link{
	text-decoration:none;
	color:#000000;
}

#side_left ul a:visited,#side_right ul a:visited {
	text-decoration:none;
	color:#000000;
}
#side_left ul a:hover,#side_right ul a:hover {
	text-decoration: underline;
	color: #009900;
}
#side_left ul a:active,#side_right ul a:active {
	text-decoration:none;
	color:#000000;
}

 

/*コンテンツ*/

#content {
	width: 436px;
	float:left;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding:20px 0px 0px 0px;
}


#content .post {
	margin: 0px auto;
	width:396px;
	padding:0px 0px 30px 0px;
	color:#000000;
}

#content .post h2 {
	padding:0px 0px 20px 10px;
	margin:0px 0px 0px 0px;
	font-size:100%;
	background-image:url(images/h2_back.gif);
	background-repeat:no-repeat;
	width:389px;
	height:36px;
	line-height:36px;
	color:#FFFFFF;
}

#content .post h2 a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#content .post h2 a:hover{
	color:#000000;
	text-decoration:underline;
} 

#content .post h2 a:visited{
	color:#FFFFFF;
	text-decoration:none;
} 

#content .post h2 a:active{
	color:#FFFFFF;
	text-decoration:underline;
}

.date{
	margin-top: 20px;
	padding:5px 5px 5px 32px;
	font-size:85%;
	background-image:url(images/entry_h.gif);
	background-repeat:no-repeat;
	border-bottom:#FF6600 solid 2px;
}

/*記事ボックス*/
.entry ul,.entry ol {
	line-height:160%;
	margin:0px 0px 20px 20px;
	list-style-position:outside;
} 

.entry{
	font-size:90%;
	line-height:180%;
	padding:0px;
	margin:0px;
}

.entry hr{
	margin:10px 0px;
}

#post-13 table{
	font-size:75%;
}

#post-6 table{
	margin-bottom:10px;
}

#post-6 td{
	padding:3px;
	border:1px solid #666;
	font-size:80%;
	line-height:160%;
}

#post-6 th{
	padding:3px;
	border:1px solid #666;
	font-size:80%;
	line-height:130%;
	font-weight:normal;
}

#post-6 h3{
	margin:0px;
	padding:0px;
	font-size:100%;
	text-align:center;
}

#post-19 table{
	margin:0px 0px 10px 0px;
}

#post-19 th{
	padding:0px 20px 5px 0px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	white-space:nowrop;
	font-size:90%;
}

#post-19 td{
	padding:0px 0px 5px 0px;
	vertical-align:top;
	font-size:90%;
}

#post-19 #profile th{
	padding:0px 10px 5px 0px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:90%;
	line-height:160%;
	white-space:nowrap;
}

#post-19 #profile td{
	padding:0px 0px 5px 0px;
	vertical-align:top;
	font-size:90%;
	line-height:160%;
}

/*記事フッター*/
.postmetadata {
	font-size:11px;
	border-top:#040023 solid 1px;
	padding-top:3px;
	margin-top:30px;
	color:#666666;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/*記事ナビゲーション*/
.navigation {
	display: block;
	text-align: center;
	margin: 20px auto;
	width:396px;
}

.navigation #left_navi {
	width:198px;
	float:left;
	text-align:left;
	font-size:12px;
	
}

.navigation #right_navi {
	width:198px;
	text-align:right;
	float:right;
	font-size:12px;
}

.navigation #left_navi p{
	margin-left:26px;
}

.navigation #right_navi p{
	margin-right:26px;
}

/*<a name="">の背景*/
.anchor{
	font-size:11px;
	height:14px;
	line-height:14px;
	padding:0px 16px 20px 0px;
	margin: 20px 20px 0px 0px;
	background-image:url(images/anchor.gif);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:right;
}

/* footer */
#footer{
	background-color:#009900;
	border-top:solid 3px #006600;
	background-repeat:no-repeat;
	height:39px;
	width:778px;
	margin:0px 0px 0px 19px;
	color:#FFFFFF;
	padding:5px 10px 0px 10px;
	font-size:10px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* トップページの設定*/
#content #post-2 h2{
	background-image:url(images/news_h.gif);
	background-repeat:no-repeat;
	height:20px;
	width:399px;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
}

#news{
	width:377px;
	line-height:140%;
	font-size:12px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	margin:0px 0px 20px 0px;
	padding:0px 10px 10px 10px;
}

#news p{
	padding-top:10px;
}

/*cssハック　IE6のみ適応↓ */
* html #news { 
	margin-top:-15px;
} 	

#index_table{
	margin:20px 0px;
	font-size:12px;
}

#home{
	margin-bottom:10px;
}

#home a{
	display:block;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	height:30px;
	width:169px;
	text-indent:-9999px;
}

#side_h3_1{
	background-image:url(images/navi1.jpg);
	background-repeat:no-repeat;
	height:48px;
	width:169px;
	text-indent:-9999px;
}

#side_h3_2{
	background-image:url(images/navi2.jpg);
	background-repeat:no-repeat;
	height:48px;
	width:169px;
	text-indent:-9999px;
	margin-top:10px;
}

#side_h3_3{
	background-image:url(images/navi3.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:169px;
	text-indent:-9999px;
	margin-top:10px;
}

#side_h3_4{
	background-image:url(images/navi4.jpg);
	background-repeat:no-repeat;
	height:31px;
	width:171px;
	text-indent:-9999px;
}

#side_h3_5{
	background-image:url(images/navi5.jpg);
	background-repeat:no-repeat;
	height:31px;
	width:171px;
	text-indent:-9999px;
	padding-bottom:10px;
	margin-top:10px;
}

#side_contact a{
	display:block;
	background-image:url(images/contact1.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:140px;
	text-indent:-9999px;
	margin:10px 0px 0px 20px;
}

#side_contact a:hover{
	background-image:url(images/contact2.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:140px;
}

#kogyo a{
	display:block;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:140px;
	text-indent:-9999px;
}

#kogyo{
	margin:10px 0px 20px 20px;
}

/*検索結果*/
#content #search_title {
	padding:0px 0px 20px 10px;
	margin:0px 0px 0px 20px;
	font-size:100%;
	background-image:url(images/h2_back.gif);
	background-repeat:no-repeat;
	width:389px;
	height:36px;
	line-height:36px;
	color:#FFFFFF;
}

.search_box{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:20px 0px 0px 0px;
	margin:0px 20px;
}

.de_border td{
	border:1px solid #666666;
	padding:7px;
}

.de_border-noneR{
	border-right:none;
}

.de_border-noneB{
	border-bottom:none;
}

/*------------------------------------------------*/
.copy{
	float:left;
}

.footer_contact{
	float:right;
}

.anchor a:link{
	color:#666666;
	text-decoration:none;
}

.anchor a:hover{
	color:#FF5C03;
	text-decoration:underline;
} 

.anchor a:visited{
	color:#666666;
	text-decoration:none;
} 

.anchor a:active{
	color:#666666;
	text-decoration:underline;
}

.wp-caption-text{
	font-size:11px;
	text-align:center;
}

/*	Begin Headers */
.narrowcolumn {
	float: left;
	width: 450px;
}

.widecolumn {
	width: 450px;
}

.widecolumn .post {

}

.narrowcolumn .postmetadata {

}

.widecolumn .postmetadata {

}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
}

.widecolumn .attachment {

}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

