@charset "UTF-8";

/*   
Theme Name: CuteGirlsLive ブログ
Description: パターンA 
Author: 網蔵
Version: 2009.06.03
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(1)全体的なルール
	◆(2)header.php(全ページ共通)
	◆(3)３カラム全体のルール(#outline内)
		◇(3-1)left_side(sidebar.php)
			・(3-1-1)トップ(#top)
			・(3-1-2)プロフィール(#side_profile)
			・(3-1-3)QRコード(#qrcode)
			・(3-1-4)カレンダー(#calendar)
			・(3-1-5)最新記事(#recententry)
			・(3-1-6)カテゴリー(#category)
			・(3-1-7)リンク(#link)
		◇(3-2)right_side(add_side.php)
			・(3-2-1)仕事依頼(#workrequest)
			・(3-2-2)ダイヤモンドブロガー(#blogger)
			・(3-2-3)ピックアップサイト(#addlink)
		◇(3-3)center(index.php)
			・(3-3-1)インフォメーション(.info)
			・(3-3-2)記事(.post)
	◆(4)コメント投稿(comments.php)
	◆(5)footer.php(全ページ共通)
========================================== */

/*  -----------------------------------------
　◆(1)全体的なルール
 ----------------------------------------- */
* {
	margin: auto;
	padding: 0;
}

body {	
	color: #000000;
	font-size: 12px;
	padding-top: 0px; 
	background: url("images/back.jpg") no-repeat center top #eadf37;
}

*html body {	
	color:#000000;
	font-size: 12px;
	padding-top: 0px; 
	background: url("images/back.jpg") no-repeat center top #eadf37;
}

body img{
	border: none;
	outline: none;
}

a { text-decoration: none; border-style:none; outline: none; }
a:link { color: #F26D04; } 
a:active { color: #aaaaaa; }
a:visited { color: #F26D04; }
a:hover { color: #aaaaaa; }


/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */
#header{
	/* padding-top:39px; */
}

#headbar {
	height: 22px;
	padding: 0px 30px;
	background-color: #ffffff;
	font-size: 11px;
	border-bottom: 1px solid #aaaaaa;
}

#headbar .link {
	float: left;
}

#headbar .link a {
	color: #333333;
}

#headbar .link a: hover {
	text-decoration: underline;
}

#headbar img {
	margin-top: 0px;
	margin-right: 5px;
	vertical-align: -0.2em;
	border:none;
}

#headbar h1{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* headbar右側広告スペース */
#headbar .add {
	float: right;
	padding-top:12px;
	text-align:right;
}

#headbar .add a img {
	margin-right: 5px;
}

#headerimg {
	padding: 0px;
	text-align: center;
	width: 1011px;
    height: 450px;
    background: url(images/flash.jpg) no-repeat;
}

#headerimgmenu {
	width: 900px;
	padding-top: 225px;
}

*html #headerimgmenu {
	width: 900px;
	padding-top: 225px;
}


#headerimgmenu ul{
list-style:none;
}

#headerimgmenu li{
float:left;
}

.hm1{
	margin-top: 130px;
}

.hm1:hover{
	margin-top:120px;
}

.hm2{
	margin-top: 130px;
	margin-left: 10px;
}

.hm2:hover{
	margin-top: 120px;
}

.hm3{
	margin-top: 130px;
	margin-left: 10px;
}

.hm3:hover{
	margin-top: 120px;
}


.hm4{
	margin-top: 130px;
	margin-left: 10px;
}

.hm4:hover{
	margin-top: 120px;
}

.hm5{
	margin-top: 148px;
	margin-left: 43px;
}



/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#container {
	/* widthは全体の幅*/
	width: 966px;
	margin-top:17px;
	background-image: url(images/container_back.gif);
	background-repeat: repeat-y; 
	background-position: center;
	overflow: hidden;
}

#left_center {
	/* widthは#left_sideと#centerのwidthを足した数字
	その数字に#right_sideのwidthを足すと#outlineのwidthと同じ数字になる*/
	width: 640px;
	float: left;
	padding: 0px 5px 0 0;
	margin: 0 0 10px 0;
}

#center {
	width: 400px;
	float: right;
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 90% verdana, sans-serif;
	line-height: 16px;
	font: 90% verdana, sans-serif;
	overflow: hidden;
}

*html #center {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

#left_side {
	width: 230px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
/*	background: url(images/side_back.gif); */
}

#left_side a { text-decoration: underline; }
#left_side a:link { color: #f26d04; } 
#left_side a:active { color: #04bdf2; }
#left_side a:visited { color:#f26d04; }
#left_side a:hover { color:#04bdf2; }

#right_side {
	width: 315px;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
/*	background: url(images/side_back.gif); */
}

#right_side a { text-decoration: underline; }
#right_side a:link { color: #ff9e74; } 
#right_side a:active { color: #e1e1e1; }
#right_side a:visited { color:#ff9e74; }
#right_side a:hover { color:#e1e1e1; }

/*  -----------------------------------------
　◇(3-1)#left_side(sidebar.php)
------------------------------------------ */ 
#left_side h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
}

#left_side img {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#left_side .center {
	text-align: center;
	margin: 0px auto;
}

#left_side .bottom {
	padding-bottom: 15px;
}

/*  -----------------------------------------
　・(3-1-1)#top
------------------------------------------ */ 
#top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
}
/*  -----------------------------------------
　・(3-1-2)#side_profile
------------------------------------------ */ 
#side_profile {

	margin-bottom:15px;
}

#side_profile p {
	font-size: 10px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px;
	line-height: 18px;
}
#side_profile a:link { color: #FF9E74; } 
#side_profile a:active { color: #FF9E74; }
#side_profile a:visited { color: #FF9E74; }
#side_profile a:hover { color: #FF9E74; } 

/*  -----------------------------------------
　・(3-1-3)#qrcode
------------------------------------------ */
#qrcode {

	margin-bottom:15px;
}

#qrcode p {
	padding: 0px;
	margin: 10px 0px 0px 7px;
	font-size: 9px;
}

/*  -----------------------------------------
　・(3-1-4)#calendar
------------------------------------------ */
#calendar {

	line-height: 16px;
	padding: 0px 0px;
	margin-bottom:15px;
}

/*  -----------------------------------------
　・(3-1-5)#recententry
------------------------------------------ */ 
#recententry {

	margin: 0px 0px 15px 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
	font-size: 11px;
	
}
#recententry a:link {text-decoration:none} 
#recententry a:active {text-decoration:none}
#recententry a:visited {text-decoration:none}
#recententry a:hover {text-decoration:none} 
/*  -----------------------------------------
　・(3-1-6)#category
------------------------------------------ */ 
#category {

	margin: 0px 0px 15px 0px;
	padding-left: 20px;
	padding-bottom:5px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
	font-size: 11px;
}
#category a:link {text-decoration:none} 
#category a:active {text-decoration:none}
#category a:visited{text-decoration:none}
#category a:hover {text-decoration:none} 

/*  -----------------------------------------
　・(3-1-7)#link
------------------------------------------ */
#link {

	padding-bottom: 5px;
	margin-bottom:15px;
}

/*  -----------------------------------------
　◇(3-2)#right_side(add_side.php)
------------------------------------------ */
#right_side h3 {
	margin: 20px 0 5px 0;
}

#right_side h4 {
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

#right_side img {
	padding: 0px;
	margin: 0px;
}

#right_side .center {
	text-align: center;
	margin: 0px auto;
	padding-bottom:5px;
}

#right_side .bottom {
	padding-bottom: 15px;
}

.add_copyright {
	color: #888888;
	font-size: 12px;
	text-align: center;
	margin: 40px 10px 0 10px;
	padding: 10px 0;
	border-top: 2px solid #ffffff;
}
/*  -----------------------------------------
　・(3-2-1)#workrequest
------------------------------------------ */
#workrequest {
	/*background: url(images/side2.jpg);
	background-repeat: repeat-y;*/
	margin-top:20px;
}

/*  -----------------------------------------
　・(3-2-2)#blogger
------------------------------------------ */
#blogger {

	/*background: url(images/side2.jpg);
	background-repeat: repeat-y;*/
	padding-bottom: 5px;
}

#blogger .blogger_center {
	width: 180px;
}

#blogger .blogger_center img {
	text-align: center;
	margin: 4px auto 0px auto;
}

#blogger .blogger_center p {
	padding: 0px;
	margin: 0px 0px;
}

/*  -----------------------------------------
　・(3-2-3)#shoplink
------------------------------------------ */
#addlink {

	overflow: hidden;
	background: #ffffff;
	padding-bottom: 10px;
}

/*  -----------------------------------------
　◇(3-3)#center(index.php)
------------------------------------------ */ 
/* 記事が10件以上になると表示されるナビ */
.navigation {
	text-align: center;
	padding: 8px;
	font-size: 11px;
	color: #ffffff;
	clear:both;
}

#center .wp-comment {
	text-align: center;
}

.navigation a:link { color: #000000; } 
.navigation a:active { color: #F26D04; }
.navigation a:visited { color: #000000; }
.navigation a:hover { color: #F26D04; }

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	clear: both;
	border: none;
	font-size: 14px;
	margin: 10px 0;
	background: #faf7c6;
}

/* タイトル『インフォメーション』の色 */
.info h2 a:link { color: #000000; } 
.info h2 a:active { color: #aaaaaa; }
.info h2 a:visited { color:#000000; }
.info h2 a:hover { color:#aaaaaa; } 
	
.info h2 {
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
}

.info_list {
    width: 380px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	line-height: 16px;
	float:left;
}

.info_time {
	float: left;
	width: 22%;
	color: #000000;
	padding-left: 5px;
	border-bottom: 1px dotted #c4bf9a;
	padding: 0 0 3px 0;
}

/* リスト内の『タイトル』の色 */
.info_title a:link { color: #000000; } 
.info_title a:active { color: #aaaaaa; }
.info_title a:visited { color:#000000; }
.info_title a:hover { color: #aaaaaa; } 

.info_title {
	float: left;
	width: 74%;
	border-bottom: 1px dotted #c4bf9a;
	overflow: hidden;
	height: 16px;
	padding: 0 0 3px 10px;
	line-height: 20px;
}

/* 『インフォメーション一覧』の色 */
.info_bottom a:link { color: #000000; } 
.info_bottom a:active { color: #aaaaaa; }
.info_bottom a:visited { color: #000000; }
.info_bottom a:hover { color: #aaaaaa; }

.info .info_list {
	/*background: url(images/info2.jpg);
	background-repeat: no-repeat;*/
	
}

.info ul {
	overflow: auto;
	padding-left: 0px; 
	width: 380px;
	font-size: 12px;
	overflow: hidden;
}

.info li {
	list-style: none;
	padding-top: 3px;
}


.info_bottom {
	/*background: url(images/info3.jpg);
	background-repeat: no-repeat;*/
	font-size: 11px;
	text-align: right;
	padding-right: 22px;
	padding-bottom: 5px;
/* 	margin-top:70px; */
}

/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
.post {
	width: 390px;
	padding: 20px 15px 10px 15px;
	clear: both;
	float: left;
	border: none;
	margin-bottom: 10px;
	background: #faf7c6;
	color: #000000;
}

#center h2.post_title a:link { color: #ffffff; } 
#center h2.post_title a:active { color: #aaaaaa; }
#center h2.post_title a:visited { color:#ffffff; }
#center h2.post_title a:hover { color:#aaaaaa; } 

#center h2.post_title {
	margin: 0 0 0px 0;
	font-size: 14px;
	/* 記事のタイトルの色リンク無しの状態時 */
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	background: url("images/title_back.gif") repeat;
}

.post .content {
	background-repeat: repeat-y;
}

.post .metadata_top {
	padding: 0px 0px 10px 0px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: left;
	color: #000000;
}

.post .story {
	width: 370px;
	margin: 0px;
/* 	width: 380px; */
	overflow: hidden;
	line-height: 20px;
}

.post .story a { text-decoration: underline; }

.post .story p {
	font-size: 12px;
}

.imageframe {
	/* float: left; */
	display: block;
	clear: both;
}

.post .alignright {
	float: right;
	display: block;
	clear: both;
}

.post .aligncenter {
	display: block;
	margin: 0px auto;
	clear: both;
}

.post .alignleft {
	float: left;
	display: block;
	clear: both;
}

.post .metadata_bottom {
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	clear: both;
}
.post .metadata_bottom a:link { color: #F26D04; } 
.post .metadata_bottom a:active { color: #aaaaaa; }
.post .metadata_bottom a:visited{ color: #F26D04; }
.post .metadata_bottom a:hover { color: #aaaaaa; } 

.post .footer img {
	boorder: none;
}

.list {
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.list td {
	border: 1px solid #BBBBBB;
	text-align: center;
}

.list td.time {
	width: 60px;
}

/*  -----------------------------------------
　◆(4)comments.php(コメント)
------------------------------------------ */
#comments {
	font-size: 11px;
	padding-bottom:5px;
}

#comments .trackback {
	padding-left: 10px;
	font-size: 10px;
}

.trackback {
	/* ★widthは項目のサイズ */
	width: 400px;
	padding: 0px 0px;
	margin: 5px auto;
}

input#trackback {
	/* ★widthはトラックバックURL表示欄のサイズ */
	width: 390px;
	height: 20px;
	padding: 0px 0px;
	margin: 0px auto;
	border: 1px solid #aaaaaa;
}

#comments p {
	padding: 0px;
	margin: 0px;
}

/* 「コメント」「コメントする」の見出し */
#comments h3 {
	font-size: 14px;
	padding: 5px 0px 3px 50px;
	margin: 0px;
}

#commentlist .metadata_bottom {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

ol#commentlist {
	/* widthはユーザーのコメントを表示するボックスのサイズ */
	width: 400px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
}

ol#commentlist li.commentcontent {
	list-style: none;
	border: 1px solid;

	/* コメントごとの下の余白 */
	margin-bottom: 15px;
	overflow: hidden;
}

ol#commentlist p {
	/* コメントのテキストの余白 */
	padding: 10px 10px;
}

/* コメントの承認待ち設定をしているブログの場合のみ表示されるアナウンス */
ol#commentlist p.note {
	padding: 3px 8px;
	border: 1px solid #ff0000;
}

#comments form {
	/* widthは「コメントする」フォームのサイズ
	widthのサイズを変える場合は★部分も変更すること */
	width: 400px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
	font-weight: bold;
}

form#commentform label {
	/* ★widthは項目のサイズ */
	width: 140px;
	float: left;
	padding: 0px;
	margin: 5px 5px 0px 0px;
}

form#commentform p {
	clear: both;
	padding: 0px;
	margin: 0px;
}

form#commentform sub {	
	padding: 0px;
	margin: 0px;
	display: block;
}

input#author, input#email, input#url {
	/* ★widthは入力欄のサイズ */
	width: 250px;
	height: 20px;
	border: 1px solid #aaaaaa;
	padding: 0px 0px;
	margin: 5px 0px;
}

textarea {
	border: 1px solid #aaaaaa;
	width: 385px;
	padding: 5px;
	margin-bottom: 10px;
}

p.submitbutton {
	text-align: center;
}

p.submitbutton input {
	font-weight: bold;
}

#commentlist a:link { color: #F26D04 !important; } 
#commentlist a:active { color: #F26D04 !important; }
#commentlist a:visited { color: #F26D04 !important; }
#commentlist a:hover { color: #F26D04 !important; }

/*  -----------------------------------------
　◆(5)#footer
------------------------------------------ */
#footer {
	clear: both;
	height: 100%;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	/*background-image: url(images/footer.jpg);*/
	background-color: #000000;
	background-repeat: repeat-x;
	padding-top: 10px;
}

#copyright {
	padding: 15px;
}

#copyright p {
	padding: 0px;
	margin: 0px;
}
/* -----read_buttonページ--------- */

#read_button {
	padding: 10px 0;
	text-align: center;
	margin: auto;
}
#read_button p {
	padding-top: 5px;
	margin: 10px;
	padding: 0;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}
#read_button img {
	padding: 0px;
	padding-bottom: 5px;
	margin: 10px 0px 0px 0px;
	border: none;
}
/*  -----------------------------------------
　プロフィールページ
------------------------------------------ */
#copyright p {
	padding: 0px;
	margin: 0px;
}

#profile_photo2 {
	margin-left: 0px;
	}
#profile_container {
	padding-left:6px;
	padding-right:6px;
	padding-bottom:12px;
	}

#profile_table{
	width:100%;
}

.pro_title{
	color:#fea3c3;
	width:20%;
	font-size: 11px;
}
.pro_title_a{
	color:#000000;
	font-size: 10px;
	width:50%;
}

.pro_title2{
	padding-top:12px;
	color:#000000;
	width:45%
	font-size: 10px;
}
.pro_title2_b{
	padding-top:12px;
	color:#000000;
	width:55%;
	font-size: 10px;
	padding-left:5px;
}

.pro_box{
	border: 1px solid #CCCCCC;
	padding:8px;
}

.box_title{
	color:#076e66;
	padding-bottom:10px;
}

.pro_list{
	list-style-type:none;
	font-size:1px;
}
ul.pro_list li{
	font-size:12px;
}
div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 25px;
}
div.post li {
	line-height:1.5em;
}
div.post li li {
	font-size:1em;
}

.stage_banner {
	margin-bottom: 10px;
	padding-left: 10px;
}

/*  -----------------------------------------
　infoタイムテーブル
------------------------------------------ */
.time_table {
	
}

.time_table thead th,
.time_table thead td {
	background-color: #dbdbdb;
}

.time_table tbody {
	
}

.time_table tbody th,
.time_table tbody td {
	border: 1px solid #dbdbdb;
}

/*  -----------------------------------------
　・recent_entry
------------------------------------------ */ 
.recent_area{
	width: 315px;
}


.recent_area h3 {
    margin: 0;
    padding: 0 0 0px;
}

.recent_area a { text-decoration: underline; }
.recent_area a:link { color: #F26D04 !important; } 
.recent_area a:active { color: #aaaaaa !important; }
.recent_area a:visited { color: #F26D04 !important; }
.recent_area a:hover { color: #aaaaaa !important; }

.recent_entry_box {
	width: 291px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px 0px 0px 9px;
}

.recent_entry_box img {
	margin: 0 auto;
	padding: 0;
	float: left;
}

.recent_entry {
	width: 206px;
	height: auto;
	margin: 0;
	padding: 0px 0px 0px 77px;
	list-style: none;
	line-height: 16px;
	font-size: 11px;
	background: url(images/recent_img/recent_entry_bg.gif) no-repeat;
}
.recent_entry a:active { color:#04bdf2; } 
.recent_entry a:hover { color:#04bdf2; } 

.recent_entry li {
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 197px;
	overflow: hidden;
}


/*  -----------------------------------------
　・ranking
------------------------------------------ */ 
.ranking_box {
	width: 291px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px 0px 0px 9px;
}

.ranking_box img {
	margin: 0 auto;
	padding: 0;
	float: left;
}

.ranking {
	width: 206px;
	height: auto;
	margin: 0;
	padding: 0px 0px 0px 77px;
	list-style: none;
	line-height: 16px;
	font-size: 11px;
	background: url(images/recent_img/ranking_bg.gif) no-repeat;
}
.ranking a:active { color:#ffffff; } 
.ranking a:hover { color:#ffffff; } 

.ranking li {
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 203px;
	overflow: hidden;
}


/*  -----------------------------------------
　・related_entry
------------------------------------------ */ 
.related_entry_box {
	width: 291px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px 0px 0px 9px;
}

.related_entry_box img {
	margin: 0 auto;
	padding: 0;
	float: left;
}

.related_entry {
	width: 206px;
	height: auto;
	margin: 0;
	padding: 0px 0px 0px 77px;
	list-style: none;
	line-height: 16px;
	font-size: 11px;
	background: url(images/recent_img/related_entry_bg.gif) no-repeat;
}
.related_entry a:active { color:#ffffff; } 
.related_entry a:hover { color:#ffffff; } 

.related_entry li {
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 203px;
	overflow: hidden;
}