@charset "utf-8";


/*-------------------------------------------
 ボディ全体 
--------------------------------------------*/

body {
	text-align: center;
	line-height:170%;
	font-size: 12px;
	color : #555555;
	background:#ffffff url(../img/back-kage.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	margin: 0;
	padding: 0;
}

a:link { text-decoration:none; color: #607E9F;}
a:visited { text-decoration:none; color: #607E9F;}
a:active { text-decoration:none; color: #607E9F;}
a:hover { text-decoration:none; color: #F05B68;}


/* マウスオーバーで白半透明 */
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a img{ border:0; }

header, nav, article, aside, section, footer {
    display:block;
}


/*-------------------------------------------
 メイン
--------------------------------------------*/

#main {
	width: 950px;
	text-align:center;
	margin:0 auto;
}


/*-------------------------------------------
 ヘッダー
--------------------------------------------*/

header {
	width:950px;
	height:386px;
	margin:0 auto 7px auto;
	background: url(../img/header/01.jpg);
	color: white;
	text-align: right;
	border-bottom:1px solid #ddd;
}


.h_menu{
	background: url(../img/point02.png) no-repeat left center;
	padding:0 7px 0 15px;
	color:#fff;
}

.h_menu a{
	color: #fff;
}

.h_menu a:hover{
	color: #ccc;
}


/*-------------------------------------------
 nav(テロップ部分)
--------------------------------------------*/

nav {
	width: 950px;
	height: 32px;
	text-align:center;
	margin:0 auto 0 auto;
}

ul.stockTicker {
	font-family: Verdana, Arial, Helvetica, San-serif;
	font-size: 12px;
	list-style-type: none;
	margin: -2px 0 0 0;
	padding: 0;
	position: relative;
}

ul.stockTicker li {
	margin: 0 10px 0;
	float:left;
}

.container {
	background: #CBDEE9 url(../img/header/terop.png);
	background-repeat: repeat-y;
	background-position:left top;
	margin-top:0px;
	height: 29px;
	width: 50px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4) inset;
}

.container .wrap {
	width: 792px;
	left: 158px;
	top: 3px;
	overflow: hidden;
	position: relative;
	line-height: normal;
	font-size-adjust: none;
}



/*-------------------------------------------
 aside-メニュー 
--------------------------------------------*/
aside{
	float:left;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

aside #menu ul{
	width: 150px;
	margin: 0;
	padding: 1px;
	margin: 3px 0 5px 5px;
	list-style: none; 

}

aside #menu li{
	display: block; 
	margin: 0 0 1px 0;
	padding: 0;
}

aside #menu li:last-child{
	margin-bottom: 0;
}

aside #menu li a{
	display: block;
	padding:5px 0;
	font-size:14px;
	background: #2C486B; /* Old browsers */
	background: -moz-linear-gradient(left,#2C486B 0%,#607E9F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2C486B), color-stop(100%,#607E9F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,#2C486B 0%,#607E9F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,#2C486B 0%,#607E9F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,#2C486B 0%,#607E9F 100%); /* IE10+ */
	background: linear-gradient(to right,#2C486B 0%,#607E9F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C486B', endColorstr='#607E9F',GradientType=1 ); /* IE6-9 */
	color:#fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #3B5D86;
}


aside #menu li a:hover{
	background: #2C486B; /* Old browsers */
	background: -moz-linear-gradient(left,#5D7C9A 0%,#8FABC5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5D7C9A), color-stop(100%,#8FABC5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,#5D7C9A 0%,#8FABC5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,#5D7C9A 0%,#8FABC5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,#5D7C9A 0%,#8FABC5 100%); /* IE10+ */
	background: linear-gradient(to right,#5D7C9A 0%,#8FABC5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D7C9A', endColorstr='#8FABC5',GradientType=1 ); /* IE6-9 */
	color: #fff;
	border: 1px solid #607E9F;
}


aside #menu ul li a div{
	color:#ccc;
	font-size:10px;
}

aside #menu li.active a{
	background: #2C486B; /* Old browsers */
	background: -moz-linear-gradient(left,#5D7C9A 0%,#8FABC5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5D7C9A), color-stop(100%,#8FABC5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,#5D7C9A 0%,#8FABC5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,#5D7C9A 0%,#8FABC5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,#5D7C9A 0%,#8FABC5 100%); /* IE10+ */
	background: linear-gradient(to right,#5D7C9A 0%,#8FABC5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D7C9A', endColorstr='#8FABC5',GradientType=1 ); /* IE6-9 */
	border: 1px solid #607E9F;
}

aside #menu li.active a div{
	color: #fff;
}



/*-------------------------------------------
 article-メインコンテンツ 
--------------------------------------------*/

article {
	width: 790px;
	height: auto;
	margin: 0;
	float:right;
	text-align:left;
	font-size:13px;
	line-height:180%;
}


h1 {
	margin: -2.5em 5px 10px;
	font-size: 10px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#fff;
	line-height: 1.5;
	text-align: right;
	opacity: 0.8;
	font-weight: normal;
}

section {
	margin:5px 10px 15px 7px;
}



/*-------------------------------------------
 バナースペース 
--------------------------------------------*/

#banner {
	width: 790px;
	height:154px;
	margin: 4px 0 0 0;
	text-align:center;
}

#banner a img{
	border: none;
}

.imgright{
	margin-left:1px;
}


/*-------------------------------------------
 真ん中記事 
--------------------------------------------*/

#sec1 {
	width: 483px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:left;
	float: left;
	overflow: hidden;
}

/*-------------------------------------------
 右(youtube)など 
--------------------------------------------*/

#sec2 {
	width: 297px;
	height: auto;
	margin: 5px 10px 10px 0;
	padding: 0;
	text-align:left;
	float: right;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------------------------------
 フッター
--------------------------------------------*/

footer {
	width:950px;
	height:88px;
	margin:0 auto;
	background: #073856 url(../img/footer/01.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	clear:both;
	text-align: right;
}

.f_menu{
	margin: 3px 7px 0 0;
	color: #fff;
}

.f_menu a{
	color: #fff;
}

.f_menu a:hover,.credit a:hover{
	color: #ccc;
}

.f_menu2{ color: #fff;}
.f_menu2 a{ color: #fff; }
.f_menu2 a:hover,.credit a:hover{ color: #ccc; }

.credit{
	font-size:9px;
	line-height:110%;
	margin: 50px 7px 0 0;
	color: #fff;
	text-align: right;
}

/*-------------------------------------------
 FB-likebox
--------------------------------------------*/

#fb{
	width: 100%;
	float:left;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width: 100%!important; }


/*-------------------------------------------
 twitterウィジェット 
--------------------------------------------*/

#tw{
	float:right;	
	width: 48%;
}

.TwitterWidget #twitter-widget-0 {
	width:100%;
}




/*-------------------------------------------
 画像
--------------------------------------------*/
div.titleimg{
	position:relative;
}

span.titlegd{
    position:absolute;
    display:block;
    width:774px;
    height:31px;
    background-image:url(../img/spacer.gif);
}


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

dl.prof dt {
	clear: left;
	float: left;
	margin: 0 0 5px;
	width: 85px;
	padding: 4px 0 5px 20px;
	color: #000;
	background: url(../img/j.jpg) no-repeat;
	background-position:0% 50%;
}

dl.prof dd {
	margin-bottom: 10px;
	margin-left: 110px;
	background: #eeeeee;
	padding: 5px 0 5px 8px;
	line-height:190%;
}


.prof01 ul {
	padding:0;
	margin:0
}

.prof01 ul li {
	list-style:none;
	border-top: 1px solid #ccc;
	margin:0px;
	padding:6px;
	font-size: 13px;
	line-height:190%;
}

.prof01 ul li:first-child {
	border-top:none;}


.prof01 ul li .nengo {
	width: 110px;
	margin:0 13px 0 0;
	padding: 0px;
	float:left;
}

.prof01 ul li .naiyo {
	padding: 0px;
	width:610px;
	float:left;
}

.prof01 .glayyy {
	background:#F5F5F5;
}

.prof01 ul li:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}



/* プロフの年号の文頭そろえる */
.note {
	padding-left: 3.7em;
	text-indent: -3.7em;
}

#prof1 {
	width: 528px;
	height: auto;
	margin: -2px 10px 0 10px;
	padding: 0;
	text-align:left;
	float: left;
}

#prof2 {
	width: 219px;
	height: 405px;
	margin: 10px 3px 0 0;
	padding: 0;
	text-align:left;
	float: right;	
	background: url(../img/profile/p.jpg) no-repeat;
}

.prof3 {
	width: 217px;
	height: auto;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align:left;
	float: left;
}

.prof4 {
	width: 520px;
	margin: 10px 3px 10px 0;
	padding: 0;
	text-align:left;
	float: right;	
}




ul.note01{

	margin:0;
	padding:0;
}

ul.note01 li{
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin:0;
	border-bottom:1px dashed #cccccc;
}

/*-------------------------------------------
 活動報告
--------------------------------------------*/

.repolef {
	width: 368px;
	height: 260px;
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align:left;
	float: left;
	background: url(../img/report/times.jpg) no-repeat;
	background-position:100% 100%;

}

.repori {
	width: 368px;
	height: 260px;
	margin: 10px 3px 10px 0;
	padding: 0;
	text-align:left;
	float: right;
	background: url(../img/report/ishindenshin.jpg) no-repeat;
	background-position:100% 100%;
}


/*-------------------------------------------
 事務所情報
--------------------------------------------*/

.inq1 {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:left;
	float: left;
}

.inq2 {
	width: 450px;
	height: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align:left;
	float: right;
}


/*-------------------------------------------
 掲示のお願い
--------------------------------------------*/

.keijiimg{
	width:100%;
	text-align:center;
	margin:30px;
}

/*-------------------------------------------
 サイトマップ　リスト
--------------------------------------------*/

.sitemap ul {
	padding:0;
	margin:0
}

.sitemap ul li {
	list-style:none;
	margin:0px;
	padding:6px;
	border-top: 1px solid #eeeeee;
	font-size: 12px;
}
.sitemap ul li:first-child {
	border-top:none;}

.sitemap ul li a.komoku {
	position: relative;
	left:30px;
	width: 180px;
	margin:0 13px 0 0;
	padding: 0px;
	display:block;
	float:left;
}

.sitemap ul li span.point {
	color: red;
	position: absolute;
	margin:1px 0 0 0;
	display:block;
	float:left;
}

.sitemap ul li:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}



/*-------------------------------------------
 政策
--------------------------------------------*/


.pol01{
	color: white;
	font-size: 15px;
	font-weight: bold;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #5EADE6;
	padding-left: 20px;
	padding-top:2px;
	padding-bottom:2px;
	width: 300px;
	margin: 20px 0 20px 0;
}

.pol03{
	background: #D2E9F9;
	padding:20px;
	margin: 20px 0 20px 0;
}

.pol04{
	color: #E70012;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #E70012;
	padding: 0 0 4px 0;
}

hr.pol_dot{
	border: none;
	border-top: 1px dashed #006fbc;
	height:1px;
	margin: 0 0 15px 0;
}

div.subimg{
	position:relative;
	margin-bottom: 3px;
}

span.subgd{
    position:absolute;
    display:block;
    width:359px;
    height:75px;
    background-image:url(../img/spacer.gif);
}



.juten ul {
	padding:0;
	margin:0
}

.juten ul li {
	list-style:none;
	margin:0px;
	padding:6px;
	border-top: 1px solid #8fb3de;
	font-size: 13px;
}
.juten ul li:first-child {
	border-top:none;}

.juten ul li div {
	width: 110px;
	font-size:15px;
	font-weight:bold;
	color:#DB091D;
	margin:0 13px 0 0;
	padding: 0px;
	display:block;
	float:left;
	background: url(../img/yajirushi.gif) no-repeat;
	background-position: 100% 50%;
}


.juten ul li:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}


/*-------------------------------------------
 topicsフレーム
--------------------------------------------*/


iframe.topics{
	border: none;
	width: 297px;
	height: 130px;
	margin-bottom:7px;
}

/*-------------------------------------------
 アーカイブス
--------------------------------------------*/

ul.archiveslist{
	list-style:none;
	margin:10px 0 30px 12px;
	padding:0;
}

ul.archiveslist li{
	padding: 2px 0 2px 10px;
}

ul.archiveslist li div{
	display:block;
	width:120px;
	float:left;
}

ul.archiveslist li p{
	display:block;
	width:550px;
	float:left;
	margin:0;
	padding:0;
}

ul.archiveslist li:after{
	display:block;
	content:".";
	height:0;
	clear:both;
	visibility: hidden;
}

ul.archiveslist li:nth-child(even){
	background:#efefef;
}

/*-------------------------------------------
 活動レポート
--------------------------------------------*/


.repobox {
    width: 730px;
    margin: 0 auto;
    padding-top: 25px;
    text-align: justify;
}

.day {
    float: right;
    margin-right: 20px;
}

.ibox {
	width: 730px;
    margin: 0 auto;
}

.ibox ul li{
    margin-left: -35px;
    list-style-type: none;
}

#ichi {
    float: right;
}

#nee {
    float: left;
}

#re11 {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0 35px;
}

.ibox2 img{
	width: 396px;
    height: auto;
    margin: 4.9px;
	box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
    float: left;
}

.ibox3 img{
	width: 280px;
    height: auto;
    margin: 4.9px;
	box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
    float: left;
}


.ibox img{
	width: 350px;
    height: auto;
    margin: 4.9px;
	box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 1px 1px 5px 0px;
    float: left;
}

.ibox .last img {margin-bottom: 20px;}


/*-------------------------------------------
 他
--------------------------------------------*/

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

iframe.whats{
	border: none;
	width: 460px;
	height: 70px;
}