@charset "utf-8";
/*
Theme Name: 123izm01
Theme URI: http://
Description: 123izmテーマ
Version: 1.0
Author: 和泉まゆ
Author URI: http://
Tags: 
*/

/*要素*/
body {
	font-family: "Verdana", "\30D2\30E9\30AE\30CE\20Pro\20W3", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka";
	background-color:#ffffff;
	color: #636363;
	line-height: 1.5;
	text-align: center;
	}
body, div, span, h1, h2, h3 {
	margin: 0;
	padding: 0;
	}

a {
	text-decoration:none;
	padding: 0 0 5px 0;
	}
a:link {color:#CC3300;}
a:visited {color:#883434;}
a:active {color:#aa0000;}
a:hover {
	color:#aa0000;
	background: url(images/a_hover.gif) repeat-x scroll center bottom;
	 }

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
a img {
	border: 0;
	}



/*基本レイアウト*/
#container {
	width: 850px;
	margin: 0 auto;
	padding: 0 25px;
	text-align: left;
	_text-align: center;
	}

#header {
	width: 850px;
	background:url(images/h_bg.png) repeat ;
	_background-image: none;
	position:fixed;
	top:0;
	border-bottom: 1px dotted #cccccc;
	}
#main {
	margin: 70px 0 0;
	background: #ffffff;
	_margin: 0 ;
	_text-align: left;
	}

#contents{
	font-size :90%;
	color: #000000;
	}

#contents_s{
	width: 650px;
	font-size :90%;
	color: #000000;
	float: left;
	}
#sidebar {
	width: 180px;
	float: right;
	font-size :85%;
	margin: 20px 0;
	}

#footer {
	padding: 30px 0 10px 0;
	font-size : 75%;
	text-align: center;
	}



/*ロゴ*/
#header h1 {
	float: left;
	margin: 20px 0 0;
	}
#header h1 a {
	background: url(images/logo.png) no-repeat;
	_background: url(images/logo.gif) no-repeat;
	display: block;
	height: 30px;
	width: 120px;
	overflow: hidden;
	text-indent: -9999px;
	}

/*メニュー*/
#menu {
	margin: 25px 0 15px;
	float: right;
	text-align: right;
	}
#menu ul { 
	list-style-type:none;
	margin: 0;
	padding: 0;
	 }
#menu ul li { 
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	float:left;
	display: block;
	height: 30px;
	width: 80px;
	 }
#menu ul li a { 
	float:left;
	display: block;
	height: 30px;
	width: 80px;
	padding: 10px 0 0 0;
	 }
#menu ul li a:hover {
	background: url(images/a_hover.png) repeat-x scroll center 25px;
	_background: url(images/a_hover.gif) repeat-x scroll center 25px;
	}
#menu ul li a.current_page_item, #menu ul li a:hover.current_page_item { 
	background: url(images/m_cpi.png) no-repeat scroll center -1px;
	_background: url(images/m_cpi.gif) no-repeat scroll center -1px;
	 }
#menu ul li.bline { 
	background: url(images/m_line.png) no-repeat scroll 0 10px;
	 }



/*投稿*/
.postmetadata {
	text-align: right;
	color: #888888;
	font-size :85%;
	}
.navigation01 {
	background: url(images/d_line.png) repeat-x scroll center bottom;
	text-align: center;
	}
.hentry {
	background: url(images/d_line.png) repeat-x scroll center bottom;
	padding: 0 0 1px;
	}
.breadcrumb, .navigation, .navigation01 {
	padding: 5px 0;
	color: #888888;
	font-size :85%;
	line-height: 2;
	}
ul.p_child { 
	margin: 0;
	padding: 0;
	float: right;
	 }
ul.p_child li { 
	float:left;
	font-weight: bold;
	padding: 0 ;
	margin: 0 20px;
	 }
ul.p_child li.current_page_item, ul.p_child li.current_page_item a {
	color:#aa0000;
	 }

/*見出し*/
#h01 {
	background: url(images/h_line.png) repeat scroll 0 0;
	color:#534741;
	font-weight:bolder;
	margin: 0;
	padding: 3px 5px;
	font-size :110%;
	}
.h02, .h02 a {
	color: #534741;
	font-size: 100%;
	font-weight: bolder;
	margin: 0;
	padding: 0.5em 0;
	}
.h02:before {
	color: #FFA500;
	content: "● ";
	}

/*投稿サイドバー*/
#sidebar h3 {
	font-size :100%;
	}
ul.sb01 {
	list-style-type:circle;
	padding: 0 0 0 17px;
	margin: 0.5em 0 1em;
	}

#twit {
	padding: 5px 0;
	border-top: 1px dotted #cccccc;
	}
#twit ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-size :97%;
	border-top: 1px dotted #cccccc;
	}
#twit ul li {
	padding: 3px 0;
	border-bottom: 1px dotted #cccccc;
	}


/*背景イラスト*/
#about {
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image:url(images/081113_02.jpg);
	}

#work_flow {
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image:url(images/081113_03.jpg);
	}
#work_flow h3 {
	color:#534741;
	font-size : 100%;
	margin: 1.5em 0 -0.5em;
	}

#contact { 
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(images/081113_01.jpg);
	}



/*幅可変*/
@media screen and (max-width: 900px) {
	#container {
		width: 95%;
		padding: 0 10px;
		}
	#header {
		width: 95%;
		}
	#contents_s{
		width: 95%;
		float: none;
		}
	#sidebar {
		width: 95%;
		float: none;
		}
	#about {
		background-image:none;
		}
	#work_flow {
		background-image:none;
		}
	#contact { 
		background-image:none;
		}
	}
@media screen and (max-width: 650px) {
	#header {
		position:static;
		}
	#header h1 {
		float: none;
		}
	#menu {
		margin: 5px 0 15px;
		float: none;
		}
	#main {
		margin: 10px 0 0;
		}
	}



.contents table{
	line-height:1.4;
	font-size : 100%; }

.d_line {
	background: url(images/d_line.png) repeat-x scroll center 0;
	padding: 1em 0 0 0;
	}

/*エラー頁*/
.error {
	margin: 200px 0;
	font-size : 120%;
	text-align: center;
	}


/*ギャラリー*/
.breadcrumb-g {
	padding: 5px 0;
	color: #888888;
	font-size :85%;
	line-height: 2;
	border-bottom: 1px dotted #cccccc;
	}
.g-li img {
	padding: 5px  0 3px 0;
	}
.g-img img {
	display:block;
	margin: 0 auto;
	text-align: center;
	border: 0;
}
.g-no {
	font-size: 150%;
	color:#dcdcdc;
	padding: 0 10px 0 0;
}
.g-ti {
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#333;
}
.g-date {
	color:#999;
}
#prev_next_links {
	list-style-type:none;
	width: 165px;
	height: 47px;
	margin: 15px auto;
	text-align: center;
	position:relative;
	}
.next_link a {
	background: url("images/g-prev.jpg") no-repeat scroll 0 0 transparent;
	width: 55px;
	height: 47px;
	display: block;
	overflow: hidden;
	position:absolute;
	left:0;
	text-indent: -9999px;
	}
.next_link a:hover {
	background: url(images/g-prev.jpg) no-repeat scroll 0 -47px transparent;
	}
.g_link a {
	background: url("images/g-top.jpg") no-repeat scroll 0 0 transparent;
	width: 55px;
	height: 47px;
	display: block;
	overflow: hidden;
	position:absolute;
	left:55px;
	text-indent: -9999px;
	}
.g_link a:hover {
	background: url(images/g-top.jpg) no-repeat scroll 0 -47px transparent;
	}
.prev_link a {
	background: url("images/g-next.jpg") no-repeat scroll 0 0 transparent;
	width: 55px;
	height: 47px;
	display: block;
	overflow: hidden;
	position:absolute;
	left:110px;
	text-indent: -9999px;
	}
.prev_link a:hover {
	background: url(images/g-next.jpg) no-repeat scroll 0 -47px transparent;
	}




/*index*/
h2.tit {
	background: url(images/h_line.png) repeat scroll 0 0;
	color:#534741;
	font-weight:bolder;
	margin: 15px 0 0;
	padding: 3px 5px;
	font-size :14px;
	}
.itext {
	font-size :85%;
	border-bottom:1px dotted #CCCCCC;
	margin: 5px 0;
	padding:5px 0;
	}

/*DL*/
.dl-s h3 {
	color:#5F9EA0;
	font-weight:bolder;
	margin: 0.5em 0;
	font-size :14px;
	}
.dl-s p.dl-img {
	margin: 0 1em 0.5em 0;
	float:left;
	}
.dl-s div.dl-p {
	float:left;
	}
.dl-s p {
	margin: 0 0 1em 0;
	}





.more {
	padding: 75px 0 0;
	}

/*小さめ文字*/
.sf {
	color: #666666;
	font-size : 85%;
	}


.i_works {
	color: #CC3300;
	}
.i_event {
	color: #3399CC;
	}
.i_prize {
	color: #eeCC00;
	}




.b_top {
	text-align: right;
	font-size : 75%;
	}


.clear {
	clear: both;
	font-size: 1%;
	height: 0;
	line-height: 0;
	}


.right {
	text-align: right;
	}
.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
