@charset "UTF-8";

*{
	font-family: "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック", sans-serif;
}

textarea {
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}


/*ボディ*/
body {
	margin: 0;
	padding: 0;
	color:#996600;
	font-size: 12px;
	background-color: #EAD596;
	background-image: url(http://tworks.osakazine.net/usr/tworks/bg.gif);
	background-repeat: repeat;
}

/*フォーム*/
form{
	margin:0px;
	padding:0px;
	 text-align:left;
}
/*テーブル作成*/
table.form{
	margin:25px 0px 0px 13px;
	 text-align:left;
}

img{
	border:none;
}

ul.rss{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.rss li{
	border-right: #999 1px solid;
	display: inline;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin-right: 0.3em;
	padding-right: 0.5em;
	padding-left: 0.2em;
}

ul.rss a:link{
	color: #333333;
	text-decoration: none;
}

ul.rss a:visited{
	color: #333333;
	text-decoration: none;
}

ul.rss a:hover{
	color: #999999;
	text-decoration: none;
}

ul.rss a:active{
	color:#996600;
	text-decoration: none;
}

a:link, a:visited {
	color:#996600;
	text-decoration: underline;
}

a:active, a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a.acalendar{color:#996600;text-decoration:none;}
a.acalendar:link{color:#996600;text-decoration:none;}
a.acalendar:visited{text-decoration:none;}
a.acalendar:active{}
a.acalendar:hover{color:#996600;text-decoration:underline;}

a.acontinues{color:#996600;text-decoration:none;}
a.acontinues:link{color:#996600;text-decoration:none;}
a.acontinues:visited{text-decoration:none;}
a.acontinues:active{}
a.acontinues:hover{color:#996600;text-decoration:underline;}

a.amenu{color:#996600;text-decoration:none;}
a.amenu:link{color:#996600;text-decoration:none;}
a.amenu:visited{text-decoration:none;}
a.amenu:active{}
a.amenu:hover{color:#996600;text-decoration:underline;}

h1 {
	float: right;
	width: 340px;
	text-align: right;
	color: #003366;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	padding: 5px 15px 0 0;
	margin: 0px;
	white-space: nowrap;
}

/*全体のレイアウト*/
#container{
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1A374;
	border-left-color: #D1A374;

}

/*サイトのタイトル・サブタイトル・概要が入るところ*/
#banner,#subbanner{
	background:#fff url(http://blog.osakazine.net/_img/photo_rabe/photrog.jpg) left;
	padding:0px 0px 0px 0px;
	height: 150px;
}

/*　サイトのタイトル・概要が入るところのリンク　*/
#banner a{color:#fff;text-decoration:none;}
#banner a:link{color:#fff;text-decoration:none;}
#banner a:visited{text-decoration:none;}
#banner a:active{}
#banner a:hover{color:#fff;text-decoration:underline;}

#subbanner a{color:#fff;text-decoration:none;}
#subbanner a:link{color:#fff;text-decoration:none;}
#subbanner a:visited{text-decoration:none;}
#subbanner a:active{}
#subbanner a:hover{color:#fff;text-decoration:underline;}


/*　サイトのh2,h3のマージンなど配置　*/
h2,h3{margin:0px;padding:0px;}


/*　ブログタイトルの概要　*/
.blogtitle{
	font-size:30px;
	font-weight:bold;
	padding:70px 0px 0px 10px;
	text-align:left;
	letter-spacing:2px;
}

.description{
	color:#FFFFFF;
	font-size:12px;
	padding:4px 200px 0px 15px;
	text-align:left;
	letter-spacing:2px;
}


#content{
	width:540px;
	float:left;
}


/*サイド概要指定*/
#links{
	width:185px;
	float:right;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background: url()no-repeat 0px 0px;
	background-color:#FFFFFF;
	 
}

/*フッタ*/
#footer{
	clear:both;
	
}


/*　エントリー指定　*/
.blog{
	margin:0px 10px 20px 15px;
}

.date{
	background: no-repeat 1px 1px;
	color: #996600;
	font-size: 12px;
	letter-spacing: 0px;
	padding: 5px 10px 5px 15px;
	font-weight: bold;
	text-align: right;
	
}

.blogbody{background:#fff;
	padding:0px;
	background-repeat:repeat-y;
	background-position:center top;
	width:515px;
	text-align:left;
	margin:0px;
}

.title{
	width:490px;
	height:18px;
	color: #336600;
	font-size:12px;
	font-weight:bold;
	height:16px;
	text-align:left;
	padding: 7px 10px 7px 17px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/title_l.gif);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	 
}

.title a:link, .title a:visited{
	color: #336600;
 	text-decoration:none;
 }
.title a:hover, .title a:active{
	color: #336600;
 	text-decoration:underline;
 }

.title_s{
	width:490px;
	height:18px;
	color: #336600;
	font-size:12px;
	font-weight:bold;
	height:16px;
	text-align:left;
	padding: 7px 10px 7px 17px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/title_l.gif);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
}

.main{
	color:#000;
	font-size:15px;
	line-height:160%;
	margin:15px 20px 0px;
	 width:510px;
overflow:auto;
	 
}

.main img{
	margin:0px 5px 5px 5px;
}

.main-continues{
	font-size:10px;
}


.box_bottom {
	background-repeat:no-repeat;
	background-position:center top;
	width:515px;
	height:8px;
	margin:0px;
	padding:0px;
	

}




.posted{
	color:#000;
	font-size:10px;
	text-align:right;
	margin:10px 10px 25px 0px;
}

a.aposted{color:#996600;text-decoration:none;font-weight:bold;font-size:10px;}
a.aposted:link{color:#996600;text-decoration:none;font-weight:bold;}
a.aposted:visited{text-decoration:none;font-weight:bold;}
a.aposted:active{text-decoration:none;font-weight:bold;}
a.aposted:hover{color:#996600;text-decoration:underline;font-weight:bold;}


.menu{
	color:#000;
	font-size:10px;
	
padding:0px 0px 10px 0px;
}

.comments-head{
	color:#006600;
	font-size:10px;
	font-weight:bold;
	padding:0px 0px 15px 20px;
	height:10px;
	
}

.comments-body{
	color:#000;
	font-size:12px;
	line-height:135%;
	margin:16px auto 15px;
	margin:0px 0px 25px 20px;
	
}


.comments-post{
	color:#000;
	font-size:10px;
	text-align:right;
	margin:0px 40px 25px 0px;
	text-align:right;
}

.trackback-url{
	color:#691815;
	font-size:12px;
	font-weight:bold;
	margin:10px 0px 15px 13px;
	text-align:left;
}

.trackback-body{
	font-size:12px;
	line-height:135%;
	margin:20px 0px 15px 13px;
}

.trackback-post{
	color:#000;
	font-size:10px;
	text-align:right;
	margin:0px 0px 25px 0px;
}

a.atrackback-post{color:#996600;text-decoration:none;font-weight:bold;}
a.atrackback-post:link{color:#996600;text-decoration:none;font-weight:bold;}
a.atrackback-post:visited{text-decoration:none;font-weight:bold;}
a.atrackback-post:active{font-weight:bold;}
a.atrackback-post:hover{color:#996600;text-decoration:underline;font-weight:bold;}

label{
	font-size:10px;
	font-weight:bold;
}

#author{width:200px;border:1px solid #CCCCCC;}
#email{width:200px;border:1px solid #CCCCCC;}
#url{width:200px;border:1px solid #CCCCCC;}
#text{font-size:12px;width:400px;height:200px;border:1px solid #CCCCCC;}



.pagetop{
	font-size:10px;
	text-align:right;
	margin:0px 10px 10px 0px;
	background-position: 1px;
	padding-top: 10px;
}

.calendarhead{
	color:#996600;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	padding:0px 0px 2px 0px;
	text-align:center;
	border-top:1px none #bba58e;
	border-bottom:1px solid #bba58e;
	width:183px;
}

.calendartable{
	margin:0px auto 20px auto;
	padding:0px;
	width:183px;
	text-align:left;
	background:#fff
	border: 1px solid #bba58e;
}

.calendarweek{
	color:#996600;
	font-size:12px;
	font-weight:bold;
	position:center;
}

.calendarwd{
	border-top:1px none #996600;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #996600;
	background:#f8facd;
	background-position:-2px 0px;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	padding:5px 0px 5px 5px;
}
.calendard{
	text-align:center;
}
.calendar{
	font-size:12px;
	padding:4px 2px 4px 2px;
	position:center;
}

.sidetitle{
	width:175px;
	height: 15px;
	background: #669933 url(http://tworks.osakazine.net/usr/tworks/title_s.gif) no-repeat left center;
	color: #ffffff;
	font-size: 12px;
	font-weight :bold;
	letter-spacing: 2px;
	padding:10px 0px 5px 10px;
	
}

.sidebody{
	margin:0px 0px 5px 0px;
}


.side{
	font-size:12px;
	line-height:160%;
	margin:3px 0px 5px 0px;
	padding:5px;
}

a.aside{color:#996600;text-decoration:none;}
a.aside:link{color:#996600;text-decoration:none;}
a.aside:visited{color:#996600;text-decoration:none;}
a.aside:hover{color:#996600;text-decoration:underline;}

a.arss{color:#996600;text-decoration:none;}
a.arss:link{color:#996600;text-decoration:none;}
a.arss:visited{text-decoration:none;}
a.arss:active{}
a.arss:hover{color:#996600;text-decoration:underline;}



.photo{text-align:center;}
.nickname{color:#2b5695;font-size:xx-small;font-weight:bold;margin:10px 0px;}
.message{font-size:xx-small;}
.quotetable{}
.quote{color:#000;font-size:xx-small;padding:1px;}
.blogtimes{margin:0px 0px 16px 0px;text-align:center;}
.powered{
	text-align:center;
	margin:0px 0px 10px 0px;
}

.syndicate{
	font-size:xx-small;
	text-align:center;
}
.checkers{
	font-size:xx-small;
	margin-top:10px;
}

a.adtitle{font-weight:bold;text-decoration:none;}
a.adtitle:link{font-weight:bold;text-decoration:none;}
a.adtitle:visited{font-weight:bold;text-decoration:none;}
a.adtitle:active{font-weight:bold;text-decoration:none;}
a.adtitle:hover{font-weight:bold;text-decoration:underline;}

a.addescription{color:black;text-decoration:none;}
a.addescription:link{color:black;text-decoration:none;}
a.addescription:visited{color:black;text-decoration:none;}
a.addescription:active{color:black;text-decoration:none;}
a.addescription:hover{color:black;text-decoration:underline;}

a.adurl{color:green;text-decoration:none;}
a.adurl:link{color:#0000FF;text-decoration:none;}
a.adurl:visited{color:#0000FF;text-decoration:none;}
a.adurl:active{color:#0000FF;text-decoration:none;}
a.adurl:hover{color:#0000FF;text-decoration:underline;}

a.adld{text-decoration:none;}
a.adld:link{text-decoration:none;}
a.adld:visited{text-decoration:none;}
a.adld:active{text-decoration:none;}
a.adld:hover{text-decoration:underline;}
body.ad{background:#f7p39f;}


.photo{
	width:159px;
	border:1px solid #bba58e;
	overflow:hidden;
	text-align:center;
	background:#ffffff;
	float:left;
	padding:3px;
	margin:10px 2px 5px 2px;
}
.photo img{
	height:120px;
	width:150px;
	border:1px solid #bba58e;
	margin:0px 4px;
	
}
.photo h3.title{
	margin:5px 0px 5px 0px;
	padding:0px;
	background:none;
	display:block;
	width:160px;
	height:15px;
	overflow:hidden;
	font-weight:normal;
	color:#996600;
	text-align:center;
}

.photo h2.date{
	margin:0px 0px 2px 0px;
	padding:0px;
	border:none;
	background:none;
	font-weight:normal;
	color:#996600;
	width:159px;
	font-size:11px;
	text-align:center;
}

.u_top {
	float: left;
	width: 440px;
	height: 140px;
	padding: 0px ;
	margin: 0px;
}
.u_top a:{
	display : block ;
	background-image: url(http://tworks.osakazine.net/usr/tworks/top_pre.jpg);
	background-repeat: no-repeat;
}
.u_top a:link , .u_top a:visited {
	display : block ;
	background-image: url(http://tworks.osakazine.net/usr/tworks/top_pre.jpg);
	background-repeat: no-repeat;
}
.u_top a:hover , .u_top a:active {
	background-image: url(http://tworks.osakazine.net/usr/tworks/top_pre_f2.jpg);
	background-repeat: no-repeat;
}

.u_contents {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1A374;
	border-left-color: #D1A374;
}

.u_header {
	width: 800px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/header_pre.jpg);
	background-repeat: no-repeat;
	background-color: #7893ab;
}

.u_navibg {
	width: 800px;
	height: 64px;
	background-color: #83572C;
	background-image: url(http://tworks.osakazine.net/usr/tworks/navi_bg.gif);
	background-repeat: repeat;
}
.u_navi {
	width: 750px;
	height: 64px;
	font-size: 14px;
	text-align: left;
	margin: 0px auto ;
	line-height: 100%;
}

.u_navi div {
	float: left;
	padding: 10px 23px 3px 0px;
	}
			
.u_navi div.bottom {
	padding: 10px 35px 3px 0px;
}

.u_navi div.right {
	padding: 10px 0px 3px 0px;
}

.u_navi div.clear {
	clear: left;
	}
	
.u_navi a:link , .u_navi a:visited {
	display: block;
	padding-left: 16px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/arrow.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: underline;
	white-space: nowrap;
}
.u_navi a:hover , .u_navi a:active {
	padding-left: 16px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/arrow.gif);
	background-repeat: no-repeat;
	color: #FF9900;
	text-decoration: underline;
	white-space: nowrap;
}

.u_hiddenimg {
	display: none;
}

.floatclear {
	clear: left;
	overflow: hidden;
}

.u_col_left {
	float: left;
	padding: 35px 5px 0 20px;
	width: 565px;
}

.u_col_right {
	float: left;
	padding: 35px 0 30px 0px;
	width: 185px;
	text-align: left;
}

.u_title_l {
	width: 550px;
	height: 16px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/v_title.gif);
	background-repeat: no-repeat;
	background-color: #8BCE00;
	color: #666600;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 6px 10px;
	margin: 0px auto 15px;
}

.u_vbox {
	width: 485px;
	height: 80px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/v_title.gif);
	background-repeat: no-repeat;
	background-color: #ffffcc;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding: 7px 10px 6px 20px;
	margin: 0px 20px 20px 40px;
	clear: right;
}

.u_vbox .title{
	font-size: 14px ;
	font-weight: bold ;
	color: #336600 ;
	padding: 0 0 5px 0;
}

.u_vbox2 {
	width: 485px;
	height: 60px;
	clear: right;
	background-image: url(http://tworks.osakazine.net/usr/tworks/v_title.gif);
	background-repeat: no-repeat;
	background-color: #ffffcc;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 10px 6px 20px;
	margin: 10px 20px 20px 40px;
}

.u_vbox2 .title{
	font-size: 12px ;
	font-weight: bold ;
	color: #336600 ;
	padding: 0 0 7px 0;
}

.u_title_s {
	width: 163px;
	height: 16px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/title_s.gif);
	background-repeat: no-repeat;
	background-color: #669933;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 4px 10px;
	margin: 0px auto 10px;
	text-align: left;
}

.u_concept {
	width: 524px;
	color: #006600;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin: 0px auto 10px;
}
.u_mail {
	width: 185px;
	height: 36px;
	margin: 0px;
	padding: 0px ;
	background-color: #ffffff;
}
.u_mail a:link , .u_mail a:visited {
	display : block ;
	background-image: url(http://tworks.osakazine.net/usr/tworks/b_mail.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.u_mail a:hover , .u_mail a:active {
	background-image: url(http://tworks.osakazine.net/usr/tworks/b_mail_f2.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.u_news {
	width: 530px;
	margin: 0px auto;
	padding: 0 0 0 30px;
	line-height: 22px;
}


.u_box_l {
	width: 360px;
	margin: 10px 10px 20px 0px;
	float: right ;
}

.u_textbox {
	float: right;
	margin: 10px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/arrow_or.gif);
	background-repeat: no-repeat;
	padding: 3px 18px 0 15px
}

.u_box_long {
	clear: left;
	width: 550px;
	height: 85px;
	padding: 0 4px 6px 4px;
	margin: 0 auto;
	}
	
.u_box_info {
	clear: left;
	width: 530px;
	height: 306px;
	background-image: url(http://tworks.osakazine.net/usr/tworks/information.gif);
	background-repeat: no-repeat;
	margin: 30px auto 40px;
}

.u_info_mail {
	float: left;
	width: 172px;
	height: 36px;
	padding: 140px 0 0 47px ;
}
.u_info_mail a:link , .u_info_mail a:visited {
	display : block ;
	background-image: url(http://tworks.osakazine.net/usr/tworks/info_mail.gif);
	background-repeat: no-repeat;
}
.u_info_mail a:hover , .u_info_mail a:active {
	background-image: url(http://tworks.osakazine.net/usr/tworks/info_mail_f2.gif);
	background-repeat: no-repeat;
}
.u_info_map {
	float: left;
	width: 250px;
	height: 196px;
	margin: 83px 0 0 43px;
}

.u_head_mail{
	clear: left;
	float:right;
	margin: 65px 14px 0 0;
}
.u_head_mail a:{
	display : block ;
	background-image: url(http://tworks.osakazine.net/usr/tworks/header_mail_p.jpg);
	background-repeat: no-repeat;
}
.u_head_mail a:link , .u_head_mail a:visited {
	display : block ;
	background-image: url(http://tworks.osakazine.net/usr/tworks/header_mail_p.jpg);
	background-repeat: no-repeat;
}
.u_head_mail a:hover , .u_head_mail a:active {
	background-image: url(http://tworks.osakazine.net/usr/tworks/header_mail_p_f2.jpg);
	background-repeat: no-repeat;
}

.u_body10px {
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
}
.u_body10px a:link , .u_body10px a:visited {
	color: #333333;
	text-decoration: underline;
}
.u_body10px a:hover , .u_body10px a:active {
	color: #FF9900;
	text-decoration: underline;
}

.u_textlink {
	padding: 3px 0 10px 0;
	text-align: center;
	font-size: 10px;
}
.u_textlink a:link , .u_textlink a:visited {
	color: #996600;
	text-decoration: underline;
}
.u_textlink a:hover , .u_textlink a:active {
	color: #FF9900;
	text-decoration: underline;
}

.u_banner_box {
	width: 185px;
	margin: 0px 0 30px 0 ;
}
.u_banner {
	width: 185px;
	margin: 5px 0 0 0;
	text-align: center;
}
.copyright {
	width: 800px;
	height: 30px;
	background-color: #83572C;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 0 0 0;
}

.copyright a:link , .copyright a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.copyright a:hover , .copyright a:active {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

.u_company {
	width: 171px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #C8A57D;
	border-bottom-color: #C8A57D;
	padding: 13px 7px;
	margin: 10px 0 25px 0;
	line-height: 18px;
	text-align: center ; 
}
.u_addrress {
	padding: 5px 20px;
	line-height: 18px;
	text-align: left ; 
}

.textlink {
	text-align: center;
	font-size: 10px;
	margin: 3px 0;
}

