/* Edited with EditCSS */
/*CSSLicense: by stepone cc*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #ddd;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/* strong */
strong {font-weight: bold;}

/* 画像の属性 */
img {border: none; margin: 0;}

.style1{
font-size:12px;
color: #ff6600;
font-weight: bold;
border-left:6px solid #ffcc00;
padding-left:10px;
}

.style2{
font-size:12px;
color: #99cc00;
font-weight: bold;
border-bottom:1px dotted #669900;
padding-left:10px;
}

a:link, a:visited, a:active {color: #FF9900;text-decoration: underline;}
a:hover{color : #FF6633;text-decoration: none;}
	
/* 基本設定 ----------------------------- */
#base{
	width: 800px;
	margin: 0 auto;
        background-image: url(img/base_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #333;
	background-image: url(img/wrap_bg.jpg);
	background-repeat: no-repeat;
}

#containar {
 width: 760px;
 margin: 25px auto 0 auto;
 text-align: left;
 /*background: #333;*/
}


/*  ヘッダー  */
#header {
	height:80px;
	margin: 0;
	color: #FFF;
	background: #DCE9F0 url("http://www.swiss-fin.com/opera/img/header1.jpg") no-repeat;
	text-align: left;
text-indent: -2000px;
}


#header a:link, #header a:visited, #header a:active {color: #FFF;text-decoration: underline;}
#header a:hover{color : #FF9900;text-decoration: none;}

#header .ads_header{
	text-align: center;
}


/*  メインメニュー  */
#gmenu{
	position: absolute;
	left:0px;
	top: 80px;
	margin: 0 auto;
	width: 785px;
	height: 30px;
	background-image: url(http://www.swiss-fin.com/opera/img/navi_bg.jpg);
	line-height: 25px;
	text-align: right;
	padding-right: 15px;
	color: #333333;
}
#gmenu ul{list-style: none; margin: 0; padding: 0;}
#gmenu li{margin: 0; padding: 0; float: right;}


#gmenu a {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	letter-spacing: 0.1em;
	background-image: url(img/nav_mark.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}

#gmenu a:hover {
	color: #FFFF66;
	background-image: url(img/nav_mark_ov.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
}


/*  記事枠等の属性  */
#content {
 float: left;
 width: 510px; 
 margin: 0;
 padding: 0;
 /*background: #333333;*/
 overflow: hidden;
margin-top:40px;
}

#content h2{
	font-size: 14px;
	padding-left: 20px;
	color: #000000;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#content h3 {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 0;
}

#content h3.post {
	margin: 10px 5px 0 5px;
	border: 0px;
	color: #0F3357;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 10px;
       border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}
			
#content h3.post a {
	color: #ff9900;
	text-decoration: underline;
}
					
#content h3.post a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content h4 {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #DDD;
	color: #993300;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
        border-left-color: #FFCC00;
        border-left-style: solid;
}

#content h5 {
	margin: 10px 10px 10px 0;
	color: #666;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
}

#content h6{
	font-size: 14px;
	padding-left: 20px;
	color: #000000;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
}

#content .doc{
	margin: 0 10px 20px 20px;
	text-align: left;
}

#content .doc p{
	padding: 5px 0;
}



/* ---- 関連記事リスト属性----- */
#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	margin: 10px 20px;
	padding: 5px;
	text-align: center;
}

#content .next{
	text-align: right;
}

/*  サイドメニュー等の属性  */
#sidebar {
 float: right;
 width: 240px;
 margin: 0;
 padding: 0;
       border: 1px solid #000000;
 background-image: url(img/td_bg.gif);
 background-repeat: repeat-x;
 background-position: bottom;
 /*background-color: #333333;*/
 overflow: hidden;
margin-top:40px;
}


#sidebar h2{
	margin: 10px 0 0 0;
        background: url("http://www.swiss-fin.com/opera/img/h3_menu1.jpg") no-repeat top left;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: center;
	text-indent: 5px;
}

#sidebar .search{	
	margin: 0;

        width:220px;
}

/*　検索窓　*/
#sidebar .search div {
	padding: 10px;
	text-align: left;
}

/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}

#sidebar .cat h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #555;
	background: #33663B;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

#sidebar ul.menu{
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;

	text-align: left;
width:220px;
}

#sidebar ul.menu li.c1 a {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 170%;
 	overflow: hidden;
	background: #333 url("http://www.miegakari.com/ida-try/img/menu01.jpg") no-repeat;
}

#sidebar ul.menu li.c1 a:hover {
	background: #333 url("http://www.miegakari.com/ida-try/img/menu02.jpg") no-repeat;
	color: #FF6633;
	text-decoration: underline;
}


#sidebar ul.menu li a {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 40px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 170%;
 	overflow: hidden;
	background: #FFF url("http://www.miegakari.com/ida-try/img/menu03.gif") no-repeat;
}

#sidebar ul.menu li a:hover {
	background: #FFF url("http://www.miegakari.com/ida-try/img/menu04.gif") no-repeat;
	color: #FF6633;
	text-decoration: underline;
}

#sidebar ul.arch li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 200%;
 	display: block;
	background: #FFF url("http://www.miegakari.com/ida-try/img/arch01.gif") no-repeat;
}

#sidebar ul.arch li a:hover {
	background: #FFF url("http://www.miegakari.com/ida-try/img/arch02.gif") no-repeat;
	color: #FF6633;
}

/*フッターナビ*/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 250px 15px 15px;
	font-size: 85%;
}

.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}

/*フッター*/
#footer{
 	clear: both;
 	width: 800px;
 	height: 60px;
 	margin: 0;
 	color: #999;
 	padding: 0;
 	text-align: left;
	background-image: url(img/footter.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #EEEEEE;
        padding-top:80px;
}

#footer .copyright{
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-image: url(img/add.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	clear: both;
	line-height: 30px;
}


#content p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(http://www.swiss-fin.com/opera/img/note_line.gif);
	margin-right: 30px;
	margin-left: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
width:490px;
overflow: hidden;
}

.cart {
background-image: url(http://www.swiss-fin.com/opera/img/cart.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 12px;
padding: 5px 0px 4px 20px;
} 


#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}

#content .img3 {
	float:right;
	margin: 0px 0px 0px 0px;
}
