@charset "utf-8";
/*  
Theme Name: dogdesign
Theme URI: http://wordpress.org/
Description: alive
Version: 1.6
Author: takahashi
Author URI: http://www.be-alive.jp/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#FFFFFF;
	color: #000;
	text-align: center;
	}

*
{
margin:0;
padding:0;
}

#page {
	text-align: left;
min-height:600px;
background-image:url(images/back_black.gif);
	}


#content {
	font-size:12px;
margin-bottom:30px;
border-bottom:dotted 1px #CCC;
	}

.widecolumn .entry p {
	font-size: 12px;
color: #000;
line-height:200%;
	}



.narrowcolumn .entry, .widecolumn .entry {
	line-height:180%;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size:10px;
	text-align: left;
font-weight:normal;
	}
h2{
font-size:12px;
font-weight:bold;
}


h3{
display:inline;
}

.entry p a:visited {
	color: #666;
	}

.entry p a{
	color: #999;
	}

.entry p a:hover {
	color: #00B5DB;
text-decoration:underline;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a {
	color: #999;
	text-decoration: none;
	}


.backnamber_titie{
text-align:center;
margin-top:10px;
color:#FFF;
}

ul#backnamber{
line-height:150%;
list-style:none;
margin:0;
padding:0;
}


ul#backnamber h2{
margin-left:50px;
margin-top:20px;
}

#backnamber li {
color:#CCC;
}

#backnamber li a{
margin-left:50px;
margin-top:20px;
}

#backnamber li a:hover {
color: #09F;
text-decoration:underline;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width:800px;
	border:1px solid #666;
	}

#header {
	background-color:#FFFFFF;
	margin: 0 ; 
	padding: 0; 
	width: 800px;
	height:20px;
	}

.headerimg {
margin-left:20px;
	}	

.kouza{
margin-left:20px; 
} 

.kouza a:hover img  {
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";  
background: #FFF;  
} 




/* Begin Sidebar */
#sidebar{
width: 180px;
padding-top:50px;
float:left;
background-image:url(images/back_black.gif);

	}

#sidebar p{
text-align:center;
font-size:12px;
margin:10px;
}

#sidebar p a{
color:#FFF;

	}
#sidebar p a:hover{
color: #F99;

	}




#h_menu{
	border:solid 1px #FFF;
width:120px;
font-size:12px;
background-color:#000;
margin:50px 0 10px 30px;
height:400px;
padding-top:10px;



}
/*グラデーション*/ 
background-image: -moz-linear-gradient(left, #666666, #000); /* これはFirefox 3.6 用*/ 
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #666666),color-stop(1, #000)); /* これはSafari & Chrome などのwerbtik系*/ 
/*ここから問題のIEハック*/ 
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#666666', endColorstr='#000'); /* IE6 & IE7 */ 
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#666666', endColorstr='#000')"; /* IE8 */
/*グラデーション*/ 
 
#h_menu ul{
margin:0;
padding:0;
}

.h_menu01 {
text-align:center;
list-style-type:none;
list-style-image:none;
line-height:150%;
margin-bottom:15px;
border-bottom:1px solid #666;
padding-bottom:10px;
width:118px;
	}


.h_menu01 a{
text-decoration:none;
color: #FFF;
font-size:12px;
	}

.h_menu01 a:hover{
text-decoration:none;
color: #CCC;
}


.h_menu02 {
text-align:center;
list-style-type:none;
list-style-image:none;
line-height:150%;
margin-bottom:15px;
padding-bottom:8px;
width:118px;
	}


.h_menu02 a{
text-decoration:none;
color: #FFF;
font-size:12px;
	}

.h_menu02 a:hover{
text-decoration:none;
color: #CCC;
}

#h_menu ul li:hover{
text-decoration:none;
color: #CCC;
font-size:12px;
	}


	
/* End Sidebar */


.narrowcolumn {
background-color:#FFF;
	}
	


.widecolumn {
	width: 580px;
background-color:#FFF;
	}

.widecolumn_ill {
	width: 978px;
background-color:#FFF;
padding:10px;
	}


.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.post p{
font-size:12px;
line-height:200%;
color:#000;
	}

.post p a{
font-size:12px;
line-height:200%;
color:#000;
	}

.post p a:hover{
text-decoration:underline;
color:#09F;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin:0;
	}


.postmetadata {
	clear: left;
	margin:10px;
	}

#footer {
	margin: 0 auto;
	width: 800px;
	clear: both;
	color: #999;
	font-size:10px;
	background-image:url(images/back_black.gif);
	}

#footer p {
	padding:0 10px 5px 0;
	margin: 0;
	text-align:right;
	float:none;
	clear:both;
	}
#footer_nav{
	margin-left:100px;
}


#footer_nav ul li {
	padding:0 15px 0 0;
	margin:5px 0 5px 0;
	text-align:right;
	float:left;
	}

#footer_nav ul li a:hover {
	color:#09F;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top:0;
	margin: 0;
	color: #999;
	}


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

 #searchform #s {
	width: 108px;
	padding: 2px;
	}

 #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.entrylist1{
	width:498px;
	margin-bottom:5px;
	line-height:130%;
	}

#ind_main {
margin-bottom:10px;
float:right;
background-color:#FFF;
width:580px;
padding:20px;
min-height:550px;
background-image:url(images/wanco.jpg) ; 
background-repeat:no-repeat;
background-position: top right;
	}


.koushin{
width:580px;
margin-top:15px;
}

.koushin_waku{
	width:568px;
	padding:5px;
	border: 1px solid #999;
	height:130px;
margin-right:5px;
	}

.ind_txt{
width:580px;
color:#FFF;
}

.ind_midashi{
	font-size:13px;
	color: #0099CC;
	font-weight: bold;
margin:10px 0 3px 0;
border-left:solid 5px #0099CC;
padding-left:2px;
}

.ind_txt01{
	font-size:11px;
	color: #000;
	line-height:180%;
}

.ind_img01{
margin-top:5px;
}


.ind_img02{
margin-top:5px;
margin-right:4px;
}

.ind_img01 a:hover img,.ind_img02 a:hover img{
opacity:0.7;  
filter: alpha(opacity=70);
 background:#B10032;   
}


.s_catname{
font-size:10px;
color: #333;
}

.pagetitle{
	line-height:28px;
	text-align:left;
	font-size:14px;;
	color: #FFF;
}

.page_left{
margin-left:180px;
background-color:#FFF;
padding:15px;
min-height:550px;

}

.page_left h3,.page_left h3 a{
font-size:18px;
color: #00B5DB;
}

.page_left h3 a:hover{
text-decoration:underline;
}


.com_over1{
	font-size:12px;
	color: #000;
	padding:5px;
	border-top:1px dotted #999999;
	border-right:1px dotted #999999;
	border-left:1px dotted #999999;
	width:100px;
	background-color:#ECE9D8;
}

.com_over3{
	font-size:12px;
	color: #000;
	padding:5px;
	border-top:1px dotted #999999;	
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	border-left:1px dotted #999999;
	width:100px;
	background-color:#ECE9D8;
}

.com_over2{
	font-size:12px;
	color: #000;
	padding:5px;
	border-top:1px dotted #999999;	
	border-right:1px dotted #999999;
	width:300px;		
}


.com_over4{
	font-size:12px;
	color: #000;
	padding:5px;
	border-top:1px dotted #999999;	
	border-bottom:1px dotted #999999;	
	border-right:1px dotted #999999;
	width:300px;		
}





/* protoflow  */		
#overlay {
	background: url('../Copy of 2008alive/resources/trans.png') repeat-y;
	}

#protoflowContainer {
	border: 0px solid #444444;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
		
#protoflow {
	width: 800px;
	height: 300px;
	border: 0px solid red;
	background-color:#999999;
	}

.sliderTrack {
	background:transparent url('../Copy of 2008alive/resources/track_fill_left.png') no-repeat scroll left top;
	height:15px;
	position:relative;
	text-align:left;
	width:200px;
	}

.sliderHandle {
	background:transparent url('../Copy of 2008alive/resources/knob.png') no-repeat scroll left top;
	cursor:pointer;
	height:16px;
	margin-left:-2px;
	position:absolute;
	top:-5px;
	width:16px;
	}

.protoCaptions {
	display: none;
	}

.captionHolder {
	font-size:12px;
	color: #009933;
	}

#protoflow img {
	border: 1px solid #000000;
	margin-top:0px;
	}
/* protoflowここまで  */	

#toiawase{
font-size:12px;
width:500px;
line-height:200%;
margin:1px 0 0 280px;
background-color:#FFF;
padding:10px;
}

.koushin_waku h3{
font-size:10px;
padding:0;
margin:0;
font-weight:normal;
}

.koushin_waku h3 a{

color: #333;
}

.koushin_waku h3 a:hover{
color: #09C;
}

.h3 s_catname{
font-size:10px;
color: #999;
}

.nagare{
	font-size:13px;
	width: 570px;
	padding-left: 2px;
	border-bottom: 1px dotted #09C;
	border-left: 4px solid #09C;
	font-weight: bold;
	color: #000;
}

.nagare02{
font-size:12px;
line-height:150%;
margin:3px auto 20px 10px;
}

.pack_box{
line-height:150%;
float:none;
clear:right;
font-size:12px;
height:175px;
}

.pack_box1{
width:162px;
float:left;
}

.pack_box2{
float:left;
}

.pack_box3{
float:right;
width:421px;
}

.hp_design{
margin:0 15px 0 0;
float:right;
}


.pack a:hover img  {
opacity:0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";  
background: #FFF;  
} 

#tw{
	margin:20px 0 10px 0;
	font-size:10px;
}

/*alive001デザイン*/

#header001{
	margin: 0 auto; 
	color: #fff;
	height:500px;
	padding: 0px;
	width:900px;
	}


#header001 h1{
	color: #fff;
font-size:12px;
margin:10px;
	}

#header001_2{
	margin: 0 auto; 
	color: #fff;
	height:120px;
	padding: 0px;
	width:900px;
	}


#header001_2 h1{
	color: #fff;
font-size:12px;
margin:10px;
	}


.pagetitle001{
	line-height:28px;
	text-align:left;
	font-size:14px;;
	color: #000;
}

#ind_main001{
	margin-bottom:0px;
	float:right;
	background-color:#FFF;
	width:648px;
	padding:20px;
	min-height:800px;
	background-image:url(images/bg_top.gif) ;
	background-repeat:repeat;
	}

#tw001{
	margin:20px 0 10px 0;
	font-size:10px;
	}

#page001 {
	text-align: left;
	min-height:1000px;
	background-color:#CCC;
	margin: 0 auto;
	padding: 0;
	width:900px;
	background-image:url(images/001head.jpg) ;
background-repeat:no-repeat;
	}

#page001_2 {
	text-align: left;
	min-height:1000px;
	background-color:#CCC;
	margin: 0 auto;
	padding: 0;
	width:900px;
	background-image:url(images/001head_2.jpg) ;
background-repeat:no-repeat;
	}

.widecolumn001 {
	width:520px;
	background-color:#FFF;
float:none;
clear:both;
	}

.page_left001{
	background-color:#FFF;
	padding:10px;
	min-height:1100px;
	float:left;
	width:520px;
	margin:0;
	}

.bl_title{
font-size:15px;
font-weight:bold;
background-color: #697953;
height:25px;
line-height:25px;
padding-left:5px;
color: #FFF;
margin:5px 0 5px 0;
width:515px;
}

.bl_title a{
color: #FFF;
}

#sidebar001{
	width: 160px;
	padding:15px 10px 10px 10px;
	float:left;
	background-color: #CCC;
	min-height:550px;
	}

.side200{
margin-top:200px;
}

#sidebar001 p{
	font-size:14px;
	}

#sidebar001 a{
	color: #060;
	}

#sidebar001 a:hover{
	color: #090;
	}

#sidebar_right{
	width: 160px;
	padding:15px 10px 10px 10px;
	float:right;
	background-color: #CCC;
	min-height:550px;
	}

.backnamber_titie001{
text-align:center;
margin-top:12px;
color: #000;
margin-top:15px;
}


#profile{
	width:160px;
	height:350px;
	background-color: #CCC;
	/*filter:alpha(opacity=75); IE
	-moz-opacity:0.75; FF
	opacity:0.75;
	*/
	}

#profile img{
text-align:center;
	}

#p_area{
	background-color: #FFF;
	color: #000;
	height:130px;
	width:150px;
	padding:5px;
	font-size:10px;
	margin-top:10px;
	line-height:150%;
	}

.name{
	font-size:14px;
	color:#000;
	border-bottom: solid 1px #333;
	font-weight:bold;
	}

.blog_new{
	font-size:14px;
	font-weight:bold;
	color:#612956;
	}

.my_title{
font-size:16px;
font-weight:bold;
color:#060;
border-bottom:solid 2px #060;
height:25px;
line-height:25px;
float:none;
clear:both;
}

.my_title2{
font-size:16px;
font-weight:bold;
color:#060;
border-bottom:solid 2px #060;
height:25px;
line-height:25px;
float:none;
clear:both;
margin:15px 0 15px 0;
}

#footer_nav001{
	margin-left:10px;
	text-align:left;
	}

#footer_nav001 ul li {
	padding:0;
	margin:0 0 0 5px;
	float:left;
	}

#footer001{
	margin: 0 auto;
	width: 898px;
	clear: both;
	float:none;
	color: #999;
	font-size:10px;
	background-color: #333;
	height:40px;
	line-height:40px;
	text-align:right;
	}

#g_box{
width:880px;
padding:10px;
}

#g_box_in{
width:850px;
padding:0 15px 0 15px;
}


#thumb-post-lists {
}
 
#thumb-post-lists li {
    float:left;
	margin:20px 20px 10px 0;
    text-align:center;
    text-indent:0;
	list-style-type:none;
width:155px;
	}
 
* html #thumb-post-lists li {
    margin-right:5px;
	}
 
#thumb-post-lists li:before {
    display:none;
	}
 
#thumb-post-lists li:hover {
    background-color:#efefef;
	} 

.koushin001{
	width:638px;
	margin-top:15px;
	}

.koushin001_waku{
	width:636px;
	padding:5px;
	border: 1px solid #999;
	height:130px;
	}

.koushin001_waku h3{
	font-size:10px;
	padding:0;
	margin:0;
	font-weight:normal;
	}

.koushin001_waku h3 a{
	color: #333;
	}

.koushin001_waku h3 a:hover{
	color: #09C;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

