/*   
Theme Name: imaichi
Theme URI:http://imamoe.jp/kobeimamoe/
Description:いまいち萌えない娘専用
Author: いまもえ製作委員会
Author URI: http://imamoe.jp/
*/


/*簡単なインデックス
☆コンテナーCSS ＞＞Aリンク設定
☆ヘッダー☆グローバルメニュー☆パンくずリスト☆フッター・フッターナビ
☆トップページのＣＳＳ
＞＞右カラム
＞＞見出し？
＞＞真ん中のカラム＞＞TWITTERコーナー
＞＞左カラム（画像つきニュース）
☆下層ページ
＞＞ニュースページのレイアウト
＞＞ギャラリーページのレイアウト（主に新着記事とか）
＞＞サイトマップページ
☆記事内容表示部分
＞＞ギャラリー＞（サムネイルとか）
＞＞同人誌など、画像の横にある文字のテンプレート
☆サイドバーウィジェット*/


/*☆全体の設定*/

*{
	margin:0;
	padding:0;
}

body{
	background:url(image/bg.gif) top center no-repeat #47c1ea;
	text-align:center;
	font-family:ms p gothic,sans-serif;
	font-size:12px;
	color: #474A4D;
}

body *{
	line-height:1.5;
}

li {
	list-style-type:none;
}

img {
	border:none;
}

div.hr, div.hr2 {
	margin:5px;
	border-bottom:2px dotted #99cccc;
	clear:both;
}

/*☆コンテナーとか*/

div#all{
	text-align:left;
	margin:0 auto;
	width:950px;
	background:aliceBlue;
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 5px 0px #777; /* Firefox用 */
	box-shadow: 0px 0px 5px 0px #777; /* CSS3 */
}

div#container{
	width:950px;
	padding-top:15px;
	background:white;
}

div#new_sub{
	margin-left:10px;
	width:150px;
	float:left;
	display:inline;
}

div#content{
	margin-left:10px;
	width:460px;
	float:left;
	display:inline;
}

div#cell_menu{
	margin-left:10px;
	width:300px;
	float:left;
	display:inline;
}

div.clear{
	clear:both;
}

/*Aりんく*/
a:link	{
	color : #1e90ff;
}
a:visited{
	color :#26499d;
}
a:active{
	text-decoration:line-through; 
	color :#a89890;
}

a:hover{
	color:#f08237;
}


/*☆ヘッダー*/

#quickmenu{
	margin:0 15px;
	height:15px;
	padding:5px 0;
	text-align:right;
}

#quickmenu li{
	display:inline;
	background:url(image/ar.png) center left no-repeat;
	padding:3px 3px 3px 18px;
}

#quickmenu li a{
	text-decoration:none;
}

#quickmenu li a:link, #quickmenu li a:visited{
	color:#409ecc;
}
#quickmenu li a:hover{
	color:#f08237;
	text-decoration:underline;
}

#header	{
	position:relative;
	font-size:14px;
	width:950px;
	height:100px;
	background:url(image/subbanner.png) repeat-x bottom center white;
}

body.home #header, body.page-id-794 #header	{
	position:relative;
	font-size:14px;
	width:950px;
	height:300px;
	background:url(image/topbanner.jpg) repeat-x bottom center white;
}

h1{
	font-size:1px;
	text-indent:-9999px;
}

h1 a{
	display:block;
	position:absolute;
	top:30px;left:15px;
	width:444px;
	height:54px;
	background:url(image/title.gif) bottom left no-repeat;
}
body.home h1 a, body.page-id-346 h1 a{
	display:block;
	position:absolute;
	top:220px;left:25px;
	width:444px;
	height:54px;
	background:url(image/title.gif) bottom left no-repeat;
}

h1 a:hover {
	opacity:0.6;
}


/*☆グローバルめぬう*/

ul#menu li a{
	display:block;
	height:50px;
}

ul#menu {
	height:50px;
}

ul#menu li{
	float:left;
	font-size:0px;
	line-height:1;
	width:190px;
}
	
ul#menu li a{
	display:block;
	height:50px;
	text-indent:-9999px;
}

#menu li a:hover{
	opacity:0.8;
}

ul#menu li.one a{
	background:url(image/menu1.png) center left no-repeat;
}
ul#menu li.two a{
	background:url(image/menu2.png) center left no-repeat;
}
ul#menu li.three a{
	background:url(image/menu3.png) center left no-repeat;
}

ul#menu li.four a{
	background:url(image/menu4.png) center left no-repeat;
}
ul#menu li.five a{
	background:url(image/menu5.png) center left no-repeat;
}



/*☆パンくずリスト*/
div#pan ul {  
    margin-bottom:6px;  
}  
div#pan li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  
div#pan li a {  
    padding-right:10px;  
    background:url(image/ar4.gif) no-repeat right center;  
}  


/*footer　フッター・ナビなど*/

#footer	{
	text-align:center;
	margin:0 10px;
	padding-top:25px;
}

div.footernav ul{
	margin:0 15px;
}

div.footernav ul ul{
	margin:0 0 0 10px;
}

div.footernav li{
	width:180px;
	float:left;
	height:100px;
	text-align:left;
}

div.footernav span.listheader{
	display:block;
	margin:3px;
	padding:2px 10px;
	background: white;
	border: paleTurquoise 1px solid;
	border-radius: 10px;
}

div.footernav span.listheader a{
	text-decoration:none;
}


div.footernav li li{
	padding-left:13px;
	width:auto;
	height:auto;
	float:none;
	background:url(image/ar2.gif) center left no-repeat;
}

div.hr2 {
	height:20px;
	clear:both;
}

/*インデックスページのＣＳＳ*/
/*右側*/


#cell_menu	{
	width:300px;
	overflow:hidden;
	float:right;
	background:white;
}
#cell_menu h2{

}

#cell_menu div.ad{
	margin-bottom:20px;
}

ul#smenu{
	margin:10px 0;
	padding:0;
}

ul#smenu li	{
	margin:0;
	padding:0px;
	list-style-type:none;
}


/*見出し？*/
	
h2.mainheadertwo {
	margin:10px 0px;
}	

div.ad h3{
	background:url(image/h3.png) left top no-repeat;
	font-weight: bold;
	font-size:16px;
	height:30px;
	background-color:white;
	text-indent:30px;
	margin-top:8px;
	border-bottom:2px dotted #99cccc;
}
	


hr	{display:none;}

abbr{
	border-bottom:orange 1px dotted;
	cursor:help;
}

a:hover img, div.follow-button a:hover{
	opacity:0.8;
}

/*index newsfeed*/
/*真ん中のカラム*/

.osirase{
	background:#b0e0e6;
	padding:3px;
	margin:3px 0;
	font-weight:bold;
}

dl.newsfeed{
	margin-right:15px;
	padding:2px 5px;
}

dl.newsfeed dt{
	background:url(image/arrow.png) bottom left no-repeat;
	font-weight:bold;
	font-size:16px;
	margin-left:5px;
	margin-top:6px;
	padding-left:18px;
	font-family:meiryo;
	line-height:1;
	
}

dl.newsfeed dt a{
	line-height:1;
}

dl.newsfeed dd.dir{
	font-size:13px;
	letter-spacing:.5px;
	height:35px;
	margin-left:10px;
	padding:3px;
	border-bottom:1px #c1e4e9 dotted;
	border-left:5px #c1e4e9 solid;
}

dl.newsfeed dd.date{
	font-family:arial black;
	color:#c1e4e9;
	font-size:20px;
	text-align:right;
	height:20px;
	margin-top:-23px;
	padding-bottom:10px;
}
.banner	{
	width:460px;
	height:100px;
	text-align:center;
}


/*☆TWITTERコーナー*/
div#twitter .intent-meta, div#twitter .in-reply-to-meta, div#twitter .from-meta {
	display:none;
}

div#twitter ul li a {
	background-image:none;
	padding-right:0;
}

div#twitter div.side_box {
	background:url(image/stripe2.png);
	margin:5px;
	border:10px solid white;
	position:relative;
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 5px 0px #9ea1a3; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 5px 0px #9ea1a3; /* Firefox用 */
	box-shadow: 0px 0px 5px 0px #9ea1a3; /* CSS3 */
}

div#twitter div.side_box h2.widgettitle {
	padding-left:68px;
	letter-spacing:1px;
	height:40px;
	padding-top:25px;
	font-family:arial black;
	text-shadow: white 0 0 3px;
}

div#twitter .twitterwidget-title {
}

div.twitter-avatar {
	height:50px;
	width:50px;
	position:absolute;
	top:10px;
	left:10px;
}

div#twitter span.entry-meta {
	display:block;
	font-size:10px;
}

div#twitter .entry-meta a {
	text-decoration:none;
	color:#9ea1a3;
}

div#twitter div.side_box  ul {
	height:250px;
	overflow:auto;
}

div#twitter div.side_box  li{
	padding:3px 8px;
	margin-bottom:2px;
	background:#f0ffff;
	border:#afeeee 1px solid;
	border-radius:10px;
}

div#twitter div.follow-button{
	padding:5px;
}

div#twitter div.follow-button a {
	display:block;
	height:18px;
	width:150px;
	text-indent:-9999px;
	background:url(image/twit.gif) no-repeat center;
	margin-left: auto;
}
/*☆画像つきニュース（ひだり）*/
/*☆左側*/

div#new_sub{
	width:150px;
	float:left;
	overflow:hidden;
}

div#new_sub h2.widgettitle{
	height:21px;
	background:url(image/pickup.jpg) center no-repeat;
	text-indent:-9999px;
}

div.new_comic{
	height:120px;
	width:150px;
	margin:10px 0;
	text-align:center;
	background:url(image/comic.jpg) no-repeat center;
}

div.new_comic img{
	margin-top:6px;
	margin-bottom:2px;
}

.comic_title{
	font-weight:bold;
	color:#47585c;
	line-height:1.2;
}

.comic_main{
	text-align:center;
}


/*下層ページ*/


.child div#content{
	margin-left:10px;
	width:720px;
	float:left;
	display:inline;
}

div#sidebar{
	margin-right:10px;
	width:200px;
	float:right;
	display:inline;
}

div.post{
	width:700px;
}


/*☆ニュースページのレイアウト*/

div.article{
	margin-right:20px;
}
div.article div.news_date{
	float:left;
	width:150px;
	margin-top:7px;
	color:#66aaaa;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	background:#f0f8ff;
	border:#afeeee 1px solid;
	border-radius:10px;
}

div.article div.post{
	width:540px;
	margin-left:160px;
}

/*☆ギャラリーページのレイアウト（主に新着記事とか）*/

div.post ul.galnavi{
	width:702px;
	margin:0 0 10px 0;
}

ul.galnavi li{
	display:inline;	
}

ul.new_arrival {
	margin:10px;
}

ul.new_arrival li {
	clear:both;
	margin:5px 0;
	height:23px;
}

ul.new_arrival li a{
	line-height:1.7;
}

ul.new_arrival span.post_date {
	display:block;
	color:#66aaaa;
	width:95px;
	font-weight:bold;
	padding:1px 3px;
	background:#f0f8ff;
	border:#afeeee 1px solid;
	border-radius:7px;
	margin-right:5px;
	float:left;
}

ul.new_arrival img{
	vertical-align:middle;
	margin-right:4px;
}

span.new_arrival_cat{
	font-size:10px;
	padding:3px;
	background:#f0f8ff;
}

span.new_arrival_cat a{
	text-decoration:none;
	color:#66aaaa;
}



/*☆サイトマップページ*/

div#sitemap ul{
	margin:0 15px;
}

div#sitemap ul ul{
	margin-left: 20px;
}

div#sitemap li{
	text-align:left;
}

div#sitemap span.sitemapheading{
	display:block;
	font-size:15px;
	margin:10px 10px 3px 5px;
	padding:2px 10px;
	background: white;
	border: paleTurquoise 1px solid;
	border-radius: 5px;
}

div#sitemap span.sitemapheading a{
	text-decoration:none;
}

div#sitemap li li{
	padding:1px 0 3px 13px;
	background:url(image/ar2.gif) center left no-repeat;
}


/*☆記事内容表示部分*/
/*個別ページはcell_articleで囲まれている（はず）*/

div.post h3, div.cell_article div.entry-meta h3{
	background:url(image/h3.png) left center no-repeat;
	font-size:16px;
	font-weight: bold;
	margin:0 20px 10px 5px;
	padding:7px 10px;
	text-indent:25px;
	border-bottom:2px dotted #99cccc;
}

div.post div.entry-meta p,div.post div.entry-content p, div.cell_article div.entry-meta p {
	margin:7px 12px;
	padding-left:10px;
}

div.post div.entry-meta ul {
	margin:5px 25px;
}

div.post div.entry-meta h4, div.cell_article div.entry-meta h4 {
	margin:10px;
	padding-left:15px;
	background:url(image/ar2.gif) no-repeat center left;
	border:#99ccff 1px dotted;
	border-radius:5px;
}

div.entry-date {
	text-align:right;
	color:#66aacc;
	background:#f4ffff;
	margin:10px;
	padding:2px 10px;
	border-radius:10px;
}



body.category-9 div.post ol {
  display: block;
  margin-left:30px;
}

body.category-9 div.post ol li {
  display: list-item;
  list-style-type: decimal;
  -moz-float-edge: margin-box;
}

body.category-9 div.post ul li {
	background: url(image/ar3.gif) center left no-repeat;
	list-style-type:none;
	margin-left:0;
	padding:2px 0 2px  15px;
}

ul.kiyaku {
	margin-left:15px;
	font-size:13px;
	color:#274a78;
}

.navigation {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .navigation .current {
	color: #00019b;
	font-family:arial;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.navigation .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}

.navigation .next, .navigation .prev {
	text-decoration:underline;
	border:none;
}

/*☆ギャラリー＞（サムネイルとか）*/

div.illust_block{
	width:170px;
	height:200px;
	float:left;
	text-align:center;
	overflow:hidden;
}

div.comic_entry{
	margin-left:20px;
}
div.movie_entry{
	margin-left:10px;
	height:100px;
}

div.movie_thumb{
	width:155px;
	height:90px;
	border:#008DB7 solid 1px;
	background:#e7f0fc url(image/movie.gif) center left no-repeat;
	border-radius:5px;
	float:left;
}

div.movie_thumb img{
	margin-left:20px;
	margin-top:5px;
}

div.movie_content{
margin-left:160px;
	padding-top:10px;
}

/*☆ギャラリー＞（サムネイルとか）*/
/*☆同人誌など、画像の横にある文字のテンプレート*/

dl.img_discription {
    display: table;
}
dl.img_discription dt,dl.img_discription dd {
    display: table-cell;
    padding: 0.5em 0px 0.5em 10px;
    vertical-align: middle;
}

dl.img_discription dt p,dl.img_discription dd p, dl.setei dt p,dl.setei dd p {
	margin-left:0;
	padding-left:0;
}

dl.img_discription dt {
    width: 20%;
}
dl.img_discription dd {
    width: 80%;
}



dl.setei {
    padding: 0;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

dl.setei dt {
	margin: 0;
	padding: 0.5em 0 0.1em 1em;
	border-top: 1px solid #ccc;
	width: 8em;
	float: left;
}
	
dl.setei dd {
	margin: 0 0 0 8em;
	padding: 0.5em 1em;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

span.dl_file_link{
	font-weight:bold;
	font-size:18px;
}

span.dl_ar_link{
	font-size: 11px;
}

/*☆サイドバーウィジェット*/

div#sidebar div.side_box{
	margin-top:13px;
}

div#sidebar h2.widgettitle {
	font-size:15px;
	border-bottom:3px double #008db7;
	text-indent:19px;
	background: url(image/arrow.png) center left no-repeat;
}

div.side_box ul{
}

div.side_box li {
	padding:3px  0 3px 15px;
	background:url(image/ar2.gif) center left no-repeat;
	border:#afeeee 1px solid;
	border-radius:5px;
	border-top:none;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}