/*
Theme Name:exeweb_Ver.1.2
Theme URL:http://www.exe1993.jp/
Description:Basic Theme for WordPress.080616
Author:exe_ykanazawa
*/


/* basic elements */


html	{margin:0;
		padding:0;}	

body	{background-color:#cccccc;
		text-align:center;
		margin:0;
		padding:0;
		font-family:"MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro Ｗ３",Osaka,Verdana,Helvetica, sans-serif;
		font-size: 75%;
		line-height:1.2;
		/*\*/
		letter-spacing: 0.5px;
		/**/
		/*color: #333333;*/
		}

form, input	{ margin: 0; padding: 0; }

a		{ text-decoration: underline; }

a img		{ border: 0; }

h1	{font-size:18px;
	text-indent:-9999px;}

h2	{font-size:14px;}

h3	{font-size:13px;}

h4, h5, h6 	{font-size: 12px; }

p, ol, ul, pre, blockquote	{margin-top: 10px;
							margin-bottom: 10px;}
							
hr	{border-style:solid;
	border-color:#ffffff;
	width: 90%;
	margin-bottom:10px;}


/* standard helper classes */


.clr	{clear: both;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: 0 -1px -1px 0;
		border: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;}


/* .pkg class wraps enclosing block element around inner floated elements */


.pkg:after	{content: " ";
			display: block;
			visibility: hidden;
			clear: both;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;}


/* page layout */


#main	{position: relative;
		margin: 0 auto; /* center on everything else */
		padding:0;
		text-align: left;
		width: 960px;
		background-color: #d6ebf5;}

#container	{text-align: left;
			background-color: #d6ebf5;}

#container-inner	{border-width: 0 0 0 0;
					border-style: solid;
					border-color: #ffffff;
					background-color: #d6ebf5;}

#header	{height: 60px;	/*header高さ */
		width: 720px;
		color: #ffffff;
		background: #000099;
		background-image:url(images/exeweb_h.png);
		background-repeat:no-repeat;
		text-align: left;
		margin-top:0;
		float: left;}
		
#search	{height: 60px;	/*header高さ */
		width: 240px;
		color: #ffffff;
		background: #000099;
		text-align: right;
		margin-top:0;
		float: left;}

#header-inner	{border-width: 0 0 0 0;
				border-style: solid;
				border-color: #ffffff;}
		
#header a { color: #ffffff; text-decoration: none; }

#header a:hover { color: #ffffff; }

#header-name	{color: #ffffff;
				font-size: 32px;
				padding-top:10px;
				padding-left:20px;
				margin-top:0;}

#header-description	{color: #fff;
					font-size: 12px;}


#content	{clear: both;
			text-align: left;
			background: #d6ebf5;}

#content-inner	{border-width: 0 0 0 0;
				border-style: solid;
				border-color: #ffffff;}

#content01	{clear: both;
			float: left;
			width: 480px;
			margin-bottom: 10px
			padding: 10px 10px 10px 10px;
			text-align: left;
			background-color: #ffffff;}

#content01-innner	{padding: 10px 10px 10px 10px;
					background: #fff;
					border-bottom: 1px solid #ffffff;	/*枠(F)*/
					border-left: 1px solid #ffffff;
					border-right: 1px solid #ffffff;}

#content01_archives	{clear: both;
			float: left;
			width: 480px;
			margin-bottom: 10px
			padding: 10px 10px 10px 10px;
			text-align: left;
			background-color: #d6ebf5;}

#content01_archives-innner	{padding: 10px 10px 10px 10px;
					background: #fff;
					border-bottom: 1px solid #ffffff;	/*枠(F)*/
					border-left: 1px solid #ffffff;
					border-right: 1px solid #ffffff;}

#content02	{float: left;
			width: 240px;
			background: #d6ebf5;}

#content02-inner	{padding: 10px 5px 5px 5px;}	
	
#content03	{float: right;
			width: 240px;
			background-color: #f1f7d4;}

#content03-inner
	{padding: 10px 10px 0 10px;
	border-style: solid;
	border-color: #f1f7d4;}	
	
#content04	{clear: both;
			float: left;
			width: 720px;
			margin-bottom: 10px
			padding: 10px 10px 10px 10px;
			text-align: left;
			background-color: #d6ebf5;}	

#footer	{height: 40px;
		background: #ffff99;
		text-align: left;
		clear: both;}

#footer-description	{padding-top:10px;
					text-align: center;
					color: #2f4f4f;
					font-size: 12px;
					line-height: 1.125;
					margin-bottom:0;}

#feed	{margin-left:30px;
		margin-top:50px;}

#feed img	{boader:none;
			vertical-align:middle;
			margin-right:8px;}

#feed a		{color:#666666;
			font-size:0.8em;
			font-weight:bold;
			margin-right:20px;}


/* modules */


.module	{position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 0 10px 0;
		border: 1px solid #cccccc;
		background: #ffffff;}	/*module背景色(C)*/

.module-search	{position: absolute;
		right: 20px;
		top: 12px;}

.module-content	{position: relative;
				margin: 20px 20px 20px 20px;
				/*padding: 5px 20px px 20px ;*/
				background: #ffffff;
				color: #696969;
				font-size: 12px;
				line-height: 150%;
				/*list-style-type : none;*/}

.module-content01	{position: relative;
					margin: 20px 0px 20px 20px;
					padding: 5px 20px 20px 10px ;
					background-color: #f5f5f5;
					color: #696969;
					font-size: 12px;
					line-height: 150%;
					width:85%;}

.module-content02	{margin: 0 0 0 0;
					padding: 0 0 0 0;
					color: #696969;
					font-size: 12px;
					line-height: 1.2;}
					
.module-content02 a	{color: #cccccc;
					line-height: 1.2;}
										
					
					
.module-content03	{margin: 20px 15px 20px 15px;
					padding: 0 0 0 0;
					color: #69696;
					font-size: 12px;
					line-height: 1.2;}

.module-content04	{margin: 40px 15px 20px 35px;
					padding: 0 0 0 0;}

.module-archives	{position: relative;
					margin: 20px 10px 20px 10px;
					padding: 5px 7px 5px 7px ;
					background-color: #f5f5f5;
					color: #696969;
					font-size: 12px;
					line-height: 150%;
					width:85%;}

.module-search-co	{position: relative;
				margin: 20px 0px 600px 60px;
				background: #ffffff;
				color: #696969;
				
				line-height: 150%;
				/*list-style-type : none;*/}

.module-list	{margin: 0 0px 20px 0px;
				list-style: disc;}

.module-list .module-list	{margin: 5px 0 0 0;
							padding-left: 5px;
							list-style: none;}

.module-list-item	{margin-top: 0px;
					margin-bottom: 10px;
					color: #006699;
					line-height: 1.5;
					list-style-image: url(images/list_marker_ff5807.gif);}

.module-list-item-n	{margin-top: 5px;
					margin-bottom: 5px;
					color: #666666;
					line-height: 1.2;
					list-style: none;}


/* basic page elements */


a,
a:link,
a:visited	{color: #000000;
			text-decoration: none;}

a:hover	{color: #006699;
		text-decoration: underline;}

.module-content a { color: #000000;text-decoration: none; }

.module-content a:hover { color: #000000;text-decoration: underline; }

.module-header	{/* ie win (5, 5.5, 6) bugfix */
				position: relative;
				margin-top: 20px;
				margin-left: 30px;
				color: #0c8ece;
				line-height: 100%;
				text-align:left;
				font-size: 18px;
				font-weight: bold;}

.module-header a,
.module-header a:hover,
.archive-header a,
.archive-header a:hover {color: #cccccc;}


.content-navi	{margin: 10px;
				text-align: center;}

.content-header	{position: static;
				clear: both;
				margin: 15px 0 0;
				color: #69696;;
				font-size: 16px;
				font-weight: bold;}

.entry-header	{position: static;
				clear: both;
				margin: 15px 0 0;
				color: #69696;
				font-size: 12px;
				font-weight: bold;}

.date-header	{position: static;
				clear: both;
				margin-top: 0;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;}
				
.postmetadata	{position: static;
				clear: both;
				margin: 10px 0 0;
				color: #ff4411;
				font-size: 11px;
				text-align: right;}

.entry,
.trackbacks,
.comments,
.archive	{position: static;
			overflow: hidden;
			clear: both;
			width: 100%;
			margin-bottom: 20px;}


.entry-content,
.comment-content,
.trackback-content	{clear: both;
					margin: 5px 10px;
					margin: 0 10px 80px 10px;
					line-height: 1.5;}

.entry-footer,
.comment-footer,
.trackback-footer	{clear: both;
					margin: 5px 10px 20px 10px;
					margin: 10px 20px 50px 0;
					border-top: 1px dotted #36414d;
					text-align: right;
					color: #36414d;
					font-size: 11px;}

.trackbacks-info,
.comments-open-content,
.comments-closed	{clear: both;
					margin: 5px 10px;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more	{clear: both;}


/* navi */


#navi	{width: 960px;
		background-color: #006699;}

#navi01	{width: 480px;
		background-color: #006699;}

#navi02	{width: 240px;
		height: 32px;
		background-color: #ff5807;
		color: #fff;
		font-size: 20px;}

#navi03	{width: 240px;
		height: 32px;
		background-color: #4baa00;
		color: #fff;
		font-size: 20px;
		line-height: 1.125;}

#navi04	{width: 720px;
		background-color: #006699;}

#navi05	{width: 240px;
		height: 32px;
		background-color: #006699;
		color: #fff;
		font-size: 20px;}

#navi06	{width: 240px;
		height: 32px;
		background-color: #ff6600;
		color: #fff;
		font-size: 20px;}

#navi01 ul,
#navi04 ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 32px; /* ボックスの高さを指定 */
	overflow: hidden; /* はみ出した内容を隠すように指定 */
	
}

#navi01 li,
#navi04 li {
	float: left;
	width: 90px;
	margin-left: 15px;
	padding: 0;}

#navi01 a,
#navi04 a {border:solid 1px #006699;
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 100%; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	padding: 6px 0 8px 0; /* 上下方向のパディングを指定 */
	color: #ffffff; /* 文字色を指定 */
	background-color: #006699; /* 背景色を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
	text-align: center; /* テキストを中央揃えに指定 */
}

#navi01 a:hover,
#navi04 a:hover	{background-color: #ff5807; }


/*--sidebar_category_menu--*/


#menu10	{width: 200px;
		margin: 5px 5px 5px 25px;}

#menu10 li a	{height: 32px;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: 24px;
				text-decoration: none;}

#menu10 li a:link,
#menu10 li a:visited	{color: #4D4D4D;
						display: block;
						background:  url(menu10.gif);
						padding: 8px 0 0 10px;}

#menu10 li a:hover,
#menu10 li #current	{color:  #FF9834;
					background:  url(menu10.gif) 0 -32px;
					padding: 8px 0 0 10px;}

#menu10 h2	{color: #000;
			margin: 0px;
			padding: 0px 0px 0px 15px;}

#menu10 ul	{list-style: none;
			margin: 0;
			padding: 0;}

#menu10 img {border: none;}


/* inq_style */


#inquiry {width: 620px; /* ボックスの幅を指定 */
}
#inquiry table {border-top: 1px solid #006699;
				border-bottom: none;
				border-left: none;
				border-right: none;
				font-size: 100%;
				width: 100%;}

#inquiry td {border-top: none;
			border-bottom: 1px solid #006699;
			border-left: 1px solid #006699;
			border-right: 1px solid #006699;
			padding: 10px;}
			
#inquiry th {border-top: none;
			border-bottom: 1px solid #006699;
			border-left: 1px solid #006699;
			border-right: none;
			background-color: #ece9d8;
			font-weight: normal;
			padding: 5px;	
			width: 180px;}
			
#inquiry th.must {border-left-color: #006699;}

#inquiry th em {font-style: normal;
				color: #FF0000;
				padding-left: 5px;}
				
.text1,.text2,.text3,.text4 {border: 1px solid #006699;
							background-color: #f3f3f3;
							padding: 2px;}
							
.text1 {width: 250px;}

.text2 {width: 4em;}

.text3 {width: 98%;}

.text4 {width: 98%;}

#inquiry select	{border: 1px solid #006699;
				background-color: #f3f3f3;}
				
#inquiry .submit	{text-align: center;
					margin-top: 30px;}
					
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}


/* wp-pagenavi_style */

.pagenavigation	{text-align: center;
				margin-top:20px;
				margin-bottom:20px;
				padding-left:80px;}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active	{padding: 2px 4px 2px 4px; 
						margin: 2px;
						text-decoration: none;
						border: 1px solid #0066cc;
						color: #0066cc;
						background-color: #FFFFFF;}
						
.wp-pagenavi a:hover	{border: 1px solid #114477;
						color: #114477;
						background-color: #FFFFFF;}
						
.wp-pagenavi span.pages {padding: 2px 4px 2px 4px; 
						margin: 2px 2px 2px 2px;
						color: #000000;
						border: 1px solid #000000;
						background-color: #FFFFFF;}
						
.wp-pagenavi span.current	{padding: 2px 4px 2px 4px; 
							margin: 2px;
							font-weight: bold;
							border: 1px solid #000000;
							color: #000000;
							background-color: #FFFFFF;}
							
.wp-pagenavi span.extend	{padding: 2px 4px 2px 4px; 
							margin: 2px;	
							border: 1px solid #000000;
							color: #000000;
							background-color: #FFFFFF;}
							



/* wp-press_css */


/* wp-align */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* wp-captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

