/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

* {
	padding: 0;
	margin: 0;
	line-height: 0;
}

html {
	background: #fef8f1;
}


html#junbi {
	background-image: url(bg3.jpg);
}


p {
	color: #555555;
	font-size: 1em;
	line-height: 2em;
}

header {
	width: 1200px;
	margin: 0 auto;
}


/*--------------------------------------------センタリング関係*/

p.center-p {
	text-align: center;
}


div.center-img {
	clear: both;
	text-align: center;
	margin: 0 auto;
}

.right-img {
	float: right;
}

/*--------------------------------------------ヘッドナビ*/

ul#head-nav {
	width: 1200px;
	height: 65px;
	margin:0px auto;
	padding: 0;
	overflow: hidden;
	background: #ff00ff;
	padding: 0 
}


ul#head-nav li {
	display: inline;
	float: left;
	margin: 0;	
	padding: 0;
}

ul#head-nav li a {
	text-align: center;
	line-height: 65px;
}

ul#head-nav li.home a {
	color: #ffffff;
	background: #ff9243;
	width: 240px;
	height: 65px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#head-nav li.service a {
	color: #ffffff;
	background: #ff9243;
	width: 240px;
	height: 65px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#head-nav li.jirei a {
	color: #ffffff;
	background: #ff9243;
	width: 240px;
	height: 65px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#head-nav li.company a {
	color: #ffffff;
	background: #ff9243;
	width: 240px;
	height: 65px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#head-nav li.nagare a {
	color: #ffffff;
	background: #ff9243;
	width: 240px;
	height: 65px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#head-nav li.contact a {
	color: #ffffff;
	background: #ff9243;
	width: 240px;
	height: 65px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#head-nav li a:hover {background-color: #ff6f06;}
ul#head-nav li a.selected {
	background-color: #ff6f06;
	font-weight: bold;
}


img.kadomaru {
	border-radius: 15px;
	margin: 35px 0;
}


/*--------------------------------------------インデックスページ用*/


section.index-cont {
	width: 1150px;
	padding: 25px;
	margin: 0 auto;
	background: #ffffff;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	overflow: hidden;
}


section.index-cont article {
	width: 855px;
	float: right;
	margin-bottom: 30px;
}

section.index-cont article h1 {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 30px;
	width: 835px;
	height: 30px;
	padding: 10px;
	margin-bottom: 10px;
	background: -moz-linear-gradient(top, #ff8e82, #f76f5f);
	background: -webkit-linear-gradient(top, #ff8e82, #f76f5f);
	background: linear-gradient(to bottom, #ff8e82, #f76f5f);
	border-radius: 10px;
	font-weight: bold;
}

section.index-cont article h1.news {
	color: #555555;
	background: #ffffff;
	border-bottom: solid 3px #ff8e82;
	border-radius: 0px;
}
	

section.index-cont article img {
	margin-left: 10px;
}

section.index-cont article p {
	margin: 0 10px;
}

p.aisatsu {
	font-size: 1.1em;
}

p.aisatsu span {
	fong-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1.5px;
}

p.kikkake {
	line-height: 2em;
	letter-spacing: -1px;
	margin: 0 10px 15px 10px;
}



/*--------------------------------------------サイドナビ*/

p.side-midashi {
	color: #555555;
	font-size: 1.2em;
	line-height: 1.2em;
	width: 215px;
	margin: 25px auto;
	padding-left: 10px;
	border-left: solid 5px #f76f5f;
}

nav#side {
	width: 273px;
	background: #f2f2f2;
	border-radius: 5px;
	border: solid 1px #cccccc;
	margin-bottom: 20px;
}
	

ul#side-nav {
	width: 230px;
	margin:10px auto 20px;
	padding: 0;
	overflow: hidden;
	background: #ff00ff;
	padding: 0 
}


ul#side-nav li {
	margin: 0;	
	padding: 0;
}

ul#side-nav li a {
	text-align: left;
	line-height: 55px;
	color: #555555;
	padding-left: 15px;
}

ul#side-nav li.home a {
	background: #ffffff;
	height: 55px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#side-nav li.service a {
	background: #ffffff;
	height: 55px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#side-nav li.company a {
	background: #ffffff;
	height: 55px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#side-nav li.gaiyou a {
	background: #ffffff;
	height: 55px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#side-nav li.jirei a {
	background: #ffffff;
	height: 55px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}
ul#side-nav li.nagare a {
	background: #ffffff;
	height: 55px;
	text-decoration: none;
	outline: none;
	display: block;
	clear: both;
}

ul#side-nav li a:hover {
	background-color: #ff8e82;
	color: #ffffff;
}

ul#side-nav li a.selected {
	background-color: #ff8e82;
	font-weight: bold;
	color: #ffffff;
}

/*--------------------------------------------サイドマップ*/

div.side-map {
	width: 273px;
	background: #f2f2f2;
	border-radius: 5px;
	border: solid 1px #cccccc;
}

div.side-googlemap {
	width: 230px;
	margin: 0 auto;
	background: #ffffff;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

div.side-googlemap p {
	width: 200px;
	font-size: 1em;
	line-height: 1.8em;
	padding: 10px 15px 0px;
}

div.side-googlemap p span {
	font-weight: bold;
}


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

footer {
	width: 750px;
	padding: 25px;
	margin: 0 auto;
	margin-top: 5px;
	overflow: hidden;
}

img.foot-logo {
	float: left;
	margin: 15px 15px 15px 0;
}

div.foot-info {
	float: right;
	overflow: hidden;
}

div.foot-info p {
	font-size: 80%;;
}

.copy-r {
	font-size: 75%;
}

/*--------------------------------------------インデックス以外*/


section.cont {
	width: 1150px;
	padding: 25px;
	margin: 0 auto;
	background: #ffffff;
	margin-top: 35px;
	overflow: hidden;
}


section.cont article {
	width: 1150px;
	float: right;
	margin-bottom: 30px;
}

section.cont article h1 {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 30px;
	width: 1130px;
	height: 30px;
	padding: 10px;
	margin-bottom: 25px;
	background: -moz-linear-gradient(top, #ff8e82, #f76f5f);
	background: -webkit-linear-gradient(top, #ff8e82, #f76f5f);
	background: linear-gradient(to bottom, #ff8e82, #f76f5f);
	border-radius: 10px;
	font-weight: bold;
}

section.cont article img {
	margin-left: 10px;
}

section.cont article p {
	margin: 0 auto;
	width: 1100px;
}


/*--------------------------------------------弁護士紹介ページ*/

article.member-info img {
	float: left!important;
	margin-left: 25px!important;
}

article.member-info h2,
article.member-info p {
	padding-right: 25px;
	margin-left: 270px!important;
}

article.member-info p.member-name {
	font-size: 1.4em;
	margin-top: 0px!important;
}


article.member-info h2 {
	font-size: 1.2em;
	border-left: solid 5px #ff8e82;
	line-height: 1.4em;
	padding: 10px 0 10px 15px;
	margin: 15px 0;
}

	
/*--------------------------------------------事務所案内ページ*/

table.annai {
	margin: 0 auto;
	width: 1100px;
	background: #ffffff;
	margin-bottom: 0;
}

table.annai th,
table.annai td {
	border-bottom: solid 5px #ffffff;
	padding: 25px 15px;
}
	

table.annai th {
	width: 205px;
	background: #ff6f06;
	border-right: solid 5px #ffffff;
	color: #ffffff;
}

table.annai td {
	width: 830px;
	background: #ffe5cc;
}
	

div.annai-map {
	width: 1100px;
	margin: 0 auto;
}

/*--------------------------------------------取扱業務ページ*/

h2 {
	width: 1100px;
	font-size: 1.2em;
	border-left: solid 5px #ff8e82;
	line-height: 1.4em;
	padding: 10px 0 10px 15px;
	margin: 15px auto;
}


/*--------------------------------------------施工事例ページ*/


article.jirei p {
	line-height: 3.5em;
}

article.jirei span {
	font-weight: bold;
}


/*--------------------------------------------流れページ*/

article.nagare p {
	line-height: 5em;
}


article.nagare p a {
	font-size: 1.5em;
	font-weight: bold;
	color: #3a5c86;
	text-decoration: none;
}

article.nagare p a:hover {
	color: #5b90d1;
}


/*--------------------------------------------サービス内容ページ*/

.service h2 span {
	text-align: right;
	font-size: 70%;
}

.service h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 15px 25px;
	margin-bottom: 15px;
}


.service h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 15px 25px;
	margin: 20px 0 5px;
}