@charset "UTF-8";

/*   
Theme Name: zono blog
Description: 前園オフィシャルウェブサイト 
Author: 松浦悠馬
Version: 2008.11.19
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------

========================================== */

/*  -----------------------------------------
　◆(1)全体的なルール
 ----------------------------------------- */
* {
	margin: auto;
	padding: 0;
}

body {	
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px; 

}

body img{
	border: none;
}

a { text-decoration: none; }
a:link { color: #ff6633; } 
a:active { color: #3399cc; }
a:visited { color:#ff6633; }
a:hover { color:#840000; } 


/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */


#header {
	padding-top:0px;
	padding-bottom: 0px;
	/* ヘッダーだけ別の背景を指定する場合のみ指定 */
	width: 809px;	
	background-position: center top;
	margin:auto;
}
#header h1{
	display:inline-block;
	padding: 0px;
	margin:0px;	
	text-align:left;
	padding-bottom:12px;
}

h1 img{
	margin:auto;
	background-color:#FF0000;
}

/*  -----------------------------------------
　◆サブページヘッダーイメージ
 ----------------------------------------- */


#headerimg_info{
	/* flashが読み込まれるまでの間表示させる画像の読み込み */
	background:url(images/info/info_header.jpg);
	background-repeat:no-repeat;
	text-align:left;
	height: 344px;
}


#headerimg_profile{
	/* flashが読み込まれるまでの間表示させる画像の読み込み */
	background:url(images/profile/pro_header.jpg);
	background-repeat:no-repeat;
	text-align: left;
	height: 344px;
}

#headerimg_activity{
	/* flashが読み込まれるまでの間表示させる画像の読み込み */
	background:url(images/activity/ac_header.jpg);
	background-repeat:no-repeat;
	text-align: left;
	height: 344px;
}

#headerimg_album{
	/* flashが読み込まれるまでの間表示させる画像の読み込み */
	background:url(images/album/al_header.jpg);
	background-repeat:no-repeat;
	text-align: left;
	height: 344px;
}

#headerimg_contact{
	/* flashが読み込まれるまでの間表示させる画像の読み込み */
	background:url(images/contact/co_header.jpg);
	background-repeat:no-repeat;
	text-align: left;
	height: 344px;
}

ul.menu{
	list-style:none;
	padding-top:300px;
}

.li_top{
	float:left;
}

.li_next{
	float:left;
	padding-top:0px;
	padding-left:28px;
}

/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#background{
	width: 919px;
	height:auto;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	overflow: hidden;
}


#outline {
	/* widthは全体の幅*/
	width: 809px;
	padding-top:16px;
	overflow: hidden;
	border: 0px;
}

#left_center {
	width: 568px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#left_center p{
	padding-left:8px;
	line-height:160%;
}

#right_side {
	width: 205px;
	padding: 0px;
	margin: 0px;
	float: right;
	color: #663300;
}

#right_side a { text-decoration: none; }
#right_side a:link { color: #840000; } 
#right_side a:active { color: #2f8400; }
#right_side a:visited { color:#840000; }
#right_side a:hover { color:#2f8400; } 

/*  -----------------------------------------
　◇(3-1)#left_side(sidebar.php)
------------------------------------------ */ 
#left_side h3 {
	padding: 0px;
	margin: 0px;
}

#left_side img {
	padding: 0px;
	margin: 0px;
}

#left_side .center {
	text-align: center;
	margin: 3px auto;
}



/*  -----------------------------------------
　◇(3-2)#right_side(add_side.php)
------------------------------------------ */
#right_side h3 {
	padding: 0px;
	margin: 0px;
}

#right_side img {
	padding: 0px;
	margin: 0px;
}

#right_side .center {
	text-align: center;
	margin: 3px auto;
}

/*  -----------------------------------------
　・(3-2-1)#workrequest
------------------------------------------ */
#workrequest{
	padding:22px 0px 22px 0px;
}





/*  -----------------------------------------
　◇(3-3)#center(index.php)
------------------------------------------ */ 
/* 記事が10件以上になると表示されるナビ */
.navigation {
	text-align: center;
	padding: 8px;
	font-size: 11px;
}

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	margin-top:0px;
	padding: 16px 0px 0px 0px;
	border: none;
	font-size: 12px;
}


.info_back{
	padding:0px;
	margin:0px;
	background:url(images/top/info_back.gif) 0px 0px;
	background-repeat:repeat-y;
	height:220px;
	border-bottom:1px solid #CCCCCC;
}

/*  -----------------------------------------
　・(3-3-1).news
------------------------------------------ */ 

.info_news{

	width:100%;
	padding-top:0px;
	padding-bottom:27px;
}

.info_tv{
	float:right;
	width:50%;
	padding-top:12px;
}

.info_box{
	background: url(images/info/list.gif) 2px  27px no-repeat;
	padding-left:12px;
	padding-top:25px;
}
	

.info_list {
	padding-top:12px;
	list-style: none;
	line-height: 20px;

}

.sub_info_time {
	font-size:10px;
	color:#840000;
}


.sub_info_title{
	background: url(images/info/list.gif) 2px  27px no-repeat;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	line-height: 12px;
	margin:0px;
	padding-bottom:3px;
	padding-top:25px;
	padding-left:12px;
	border-bottom: 0px;
}

.sub_info_contents{
	padding-left:8px;
	border-bottom:1px dotted #CCCCCC;
}
	

.sub_info_contents p{
	font-size:11px;
	color:#666666;
	margin:0px;
	padding-bottom:5px;
	padding-left:0px;
}

/* リスト内の『タイトル』の色 */
.info_title a:link { color: #666666; } 
.info_title a:active { color: #3399cc; }
.info_title a:visited { color:#666666; }
.info_title a:hover { color:#840000; } 



/* 『インフォメーション一覧』の色 */
.info_bottom a:link { color: #006699; } 
.info_bottom a:active { color: #3399cc; }
.info_bottom a:visited { color:#840000; }
.info_bottom a:hover { color:#840000; } 

.info_bottom{
	clear:both;
	font-size: 11px;
}



/*  -----------------------------------------
　・(3-3-1).topix
------------------------------------------ */ 
.topix {
	margin:0px;
	padding: 16px 0px 0px 0px;
	border: none;
	font-size: 12px;
}


.topix_back{
	background:url(images/top/topix_back.gif) 0px 0px;
	background-repeat:repeat-y;
	border-bottom:1px solid #CCCCCC;
	height:220px;
}

.topix_news{
	float:left;
	width:50%;
	padding-top:0px;
}


.info_box{
	padding-bottom:12px;
}
	

.topix_list {
	background: url(images/0.gif) 0px  0px no-repeat;
	padding: 8px 22px;
	list-style: none;
	line-height: 12px;

}

.topix_time {
	font-size:10px;
	color:#840000;
	border-bottom: 0px dotted #333333;
}


.topix_title{
	color:#666666;
	font-weight:bold;
	line-height: 12px;
	margin:0px;
	padding-bottom:3px;
}

.topix_contents p{
	font-size:11px;
	color:#666666;
	margin:0px;
	padding-bottom:5px;
	border-bottom: 1px dotted #333333;
}

/* リスト内の『タイトル』の色 */
.topix_title a:link { color: #666666; } 
.topix_title a:active { color: #3399cc; }
.topix_title a:visited { color:#666666; }
.topix_title a:hover { color:#840000; } 



/* 『インフォメーション一覧』の色 */
.topix_bottom a:link { color: #006699; } 
.topix_bottom a:active { color: #3399cc; }
.topix_bottom a:visited { color:#840000; }
.topix_bottom a:hover { color:#840000; } 

.topix_bottom{
	clear:both;
	font-size: 11px;
	height:2px;
}

/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
.post {
	width:100%;
	padding: 0px 0px 0px 10px;
	margin-left:0px;
	clear: both;
	border: none;
	border:0px solid #CCCCCC; 
	margin-bottom:20px;
	line-height:200%;
	overflow:hidden
}


.post h2 a:link { color: #2f8400; } 
.post h2 a:active { color: #3399cc; }
.post h2 a:visited { color:#2f8400; }
.post h2 a:hover { color:#840000; } 

.post h2 {
	margin: 0px;
	font-size: 12px;
	/* 記事のタイトルの色リンク無しの状態時 */
	color: #006699;
	font-weight: bold;
	background: url(images/) 0px  0px no-repeat;
	padding: 0px 0px 12px 0px;
}

.post .content {
}

.post .metadata_top {
	clear:both;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom:5px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: left;
	color: #2f8400;
	border-bottom:1px dotted #CCCCCC;
}

.post .story {
	margin: 0px 10px;
}

.post .story img {
	border: 1px solid #cccccc;
}

.post .metadata_bottom {
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	color: #333333;
}

.post .footer img {
	boorder: none;
}

.date {
	float:left;
	height:40px;
	width:40px;
	margin-top:0px;
	margin-right:0px;
	padding:0px;
	background:#2f8400;
	border:0px dotted #000;

}

.date p {

	text-align:center;
	color: #FFFFFF;
	margin:0 0 0 0px;
	text-transform:uppercase;
}


.date span.month {
	color:#FFFFFF;
	font-size: 12px;
	display:block;
	margin:0px;
	padding: 0px;
	font-weight: bold;
}

.date span.day {
	margin:0px;
	font-size:10px;
	display:block;
	color:#FFFFFF;
	background-color:#2f8400;
}

.navi{

}

.navi_table{
	width:90%;
}

,navi_table td{
	width:30%;
}



/*  -----------------------------------------
　◆#profile
------------------------------------------ */

/* -- プロフィール詳細 --*/

#profile_detail{
	padding-top:28px;
	padding-left:5px;
}

#profile_detail div.sub_left{
	float:left;
	width:222px;
	padding-top:0px;
}


#profile_detail div.sub_right p{
	float:right;
	width:340px;
	padding:0px;
	margin:0px;
	padding-bottom:12px;
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph;;
}

.sub_bottom p{
	display:block;
	cleear:both;
	margin-top:12px;
}

/* -- プロフィール経歴 --*/

#profile_result{
	clear:both;
	padding-top:30px;
	padding-left:0px;
}

#profile_result ul.result_box{
	padding: 0px 10px;
	list-style: none;
	line-height: 18px;
}

#profile_result ul.result_box li dl.dl_box{
	padding-top:12px;
	height:65px;
	clear:both;
	border-bottom:1px dotted #CCCCCC;
}


#profile_result ul.result_box li dl.dl_box dt{
	float:left;
	background:url(images/profile/list.gif) 0px 6px;
	background-repeat:no-repeat;
	width:40px;
	padding-left:7px;
}

#profile_result ul.result_box li dl.dl_box dd{
	float:right;
	width:490px;
}

/* -- プロフィール所属クラブ --*/
#profile_club{
	padding-top:40px;
}

#profile_club ul.result_box{
	padding: 0px 10px;
	list-style: none;
	line-height: 18px;
}

#profile_club ul.result_box li dl.dl_box{
	padding-top:24px;
	height:40px;
	clear:both;
	border-bottom:1px dotted #CCCCCC;
}


#profile_club ul.result_box li dl.dl_box dt{
	float:left;
	background:url(images/profile/list.gif) 0px 6px;
	background-repeat:no-repeat;
	width:150px;
	padding-left:7px;
}

#profile_club ul.result_box li dl.dl_box dd{
	float:right;
	width:380px;
}

/* -- 個人タイトル --*/

#profile_title{
	padding-top:40px;
}

#profile_title ul.result_box li dl.dl_box{
	padding-top:12px;
	height:30px;
	clear:both;
	border-bottom:1px dotted #CCCCCC;
}


#profile_title ul.result_box li dl.dl_box dt{
	float:left;
	background:url(images/profile/list.gif) 0px 6px;
	background-repeat:no-repeat;
	width:40px;
	padding-left:7px;
}

#profile_title ul.result_box li dl.dl_box dd{
	float:right;
	width:490px;
}


/*  -----------------------------------------
　◆#activity
------------------------------------------ */
.activity_img{
	padding-top:12px;
	padding-bottom:12px;
}

/*  -----------------------------------------
　◆#album
------------------------------------------ */


.ngg-galleryoverview{
	margin:0px;
	padding-left:18px;
}


/*  -----------------------------------------
　◆#contact
------------------------------------------ */
.photo_album{
	padding:0px;
	margin:0px;
}

.contact_form{
	padding-top:24px;
}



/*  -----------------------------------------
　◆(5)#footer
------------------------------------------ */
#footer {
	clear: both;
	height: 100%;
	font-size: 11px;
	text-align: center;
	padding-top:27px;
	/*--	background-image: url(images/blog_footer.gif);----*/
	background-repeat: repeat-x;
}

#copyright {
	padding: 15px;
}

#copyright p {
	padding: 0px;
	margin: 0px;
}
