@charset "utf-8";

/*
Name: OHURA Office
URI: http://www.ohura-office.jp/
*/

/* Copyright (C) 2009 judicial scrivener -OHURA Office- */

/* タイトルイメージここから */

#header_title {
	background-image: url(../image/header/headerimg_qanda.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* タイトルイメージここまで */


/* 相談する内メニューここから */

.contentsmenu {
	margin: 0px 8px 56px;
	padding: 96px 0px 1px;
	background-color: #385083;
	background-image: url(../image/office/contentsmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentsmenu li {
	margin: 0px 2px 2px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 140%;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
}

.contentsmenu li h3 {
	color: #FFFFFF;
	background-color: #385083;
	text-decoration: none;
	display: block;
	padding: 3px 8px;
	letter-spacing: 0em;
	font-size: 100%;
}

.contentsmenu li a {
	color: #FFFFFF;
	background-color: #05376B;
	text-decoration: none;
	display: block;
	padding: 3px 8px;
}

.contentsmenu li a:hover {
	background-color: #569ED3;
}

/* 相談する内メニューここまで */


#maincontents h2 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 160%;
	line-height: 150%;
	font-weight: bold;
	color: #133571;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 80px 8px 0px;
	padding: 0px 8px 2px;
	border-bottom: 2px dotted #133571;
}

#maincontents h3 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 28px 8px 0px 16px;
	padding: 0px 8px;
}

#maincontents h4 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	color: #133571;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 72px 8px 24px 16px;
	padding: 16px 8px 0px;
	border-top: 2px dotted #133571;
}

.qandalist {
	margin: 8px 0px 0px 72px;
	padding: 0px;
}

.qandalist li {
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 130%;
	line-height: 110%;
	color: #333333;
	text-align: left;
	vertical-align: bottom;
}

.qandalist li a {
	color: #05376B;
	text-decoration: underline;
}

.qandalist li a:visited {
	color: #A7477B;
	text-decoration: underline;
}

.qandalist li a:hover {
	color: #0096F0;
	text-decoration: underline;
}


.qandabox {
	background-image: url(../image/office/qanda_back03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 0px 24px;
	padding: 0px 0px 24px;
	width: 624px;
}

.question {
	background-image: url(../image/office/qanda_back01.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 32px 0px 16px;
	width: 624px;
}

.answer {
	background-image: url(../image/office/qanda_back02.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 24px 0px 0px;
	width: 624px;
}

.question p {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 140%;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 16px 32px 0px;
	padding: 0px;
}

.answer p {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 140%;
	line-height: 160%;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 16px 32px 0px;
	padding: 0px;
}

.answer p strong {
	font-weight: bold;
	color: #E74400;
	font-size: 90%;
}

.answer p a {
	color: #05376B;
	text-decoration: underline;
}

.answer p a:visited {
	color: #A7477B;
	text-decoration: underline;
}

.answer p a:hover {
	color: #0096F0;
	text-decoration: underline;
}

.movetop {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 130%;
	line-height: 130%;
	text-align: right;
	margin: 0px 16px 0px 0px;
	padding: 0px;
}

.movetop a {
	color: #0A6BC4;
	text-decoration: none;
}
