

/*ブラウザスタイルの初期化-------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.0;
}

/*文書本体（body）--------------------------------------------------------------------------*/
body{
	background-image:url(images/backgurond.gif);
	background-position:center;
	background-repeat:repeat-y;
}

/*リンクテキスト（a）-----------------------------------------------------------------------*/
a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#800080;
	text-decoration:underline;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

/*画像（img）-------------------------------------------------------------------*/
img {
	border: 0;
}	

/*共通文字装飾（strong）-------------------------------------------------------------------*/
b {
	font-weight:bold;
	line-height:1.5em;
}
	
strong {
	font-weight:bold;
	color:#215670;
	line-height:1.5em;
}

em {
	font-weight:bold;
	color:#333333;
	line-height:1.5em;
}

/*全体のコンテナ（div#container）---------------------------------*/
div#container {
	width:960px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
		
/*ヘッダー（div#header）---------------------------------*/
div#header {
	width:960px;
}

div#first {
	padding:5px 20px;
	font-size:small;
	border-bottom:1px solid #CCCCCC;
}

div#head_left {
	width:960px;
	float:left;
}

div#header_img {
	width:200px;
	float:left;
}

div#header_main {
	width:740px;
	float:right;
}

div#header h1 a{
	color:#000000;
	font-size:x-large;
	line-height:1.5em;
	letter-spacing:2px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	padding:0px 0px 0px 50px;
}

div#header p {
	font-size:small;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#666666;
	padding:10px 20px;
	line-height:1.5em;
}

div#header h1 a{
	color:#000000;
}	

div#header h1 a:hover {
	color:#215670;
}

/*ベルト（div#belt_space　div#belt）---------------------------------*/
div#belt {
	background-color:#000033;
	clear:both;
	width:960px;
	height:1.8em;
	margin-bottom:10px;
	margin-top:5px;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}	

div#belt_adsense{
	width:750px;
	height:auto;
	float:left;
	text-align:left;
	background-color:#000033;
}

div#belt_title{
	width:210px;
	height:auto;
	float:right;
	text-align:right;
	background-color:#000033;
}

div#belt p{
	font-size:small;
	color:#FFFFFF;	
	padding:7px;
}

/*フッター----------------------------------------------*/
div#footer {
	clear:both;
	background-color:#000033;
	text-align:center;
	padding:10px 0 50px 0;
	width: 960px;
}

div#footer p {
	font-size:small;
	color:#ffffff;
}

/*コンテンツ構成---------------------------------*/
div#contents {
	width:780px;
	float:left;
	clear:both;
}
	
div#leftbar {
	width:160px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	float:left;
}

div#book-title{
	width:100%;
	font-size:medium;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#999999;
	margin:10px 0 0 0;
	padding:5px 0;
	text-align:center;
}	

div#leftbar img{
	width:158px;
	padding:10px 0;
}

div#main_top {
	width:580px;
	padding-right:10px;
	float:right;
}

div#main {
	width:560px;
	float:left;
	padding:10px;
	margin:0 0 20px 5px;
	border:1px solid #DFDFDF;
}

div#menu {
	width:180px;
	font-size:small;
	height:auto;
	float:right;
}

/*メニュー（div#menu）---------------------------------*/
div#menu-adsense {
	width:160px;
	height:90px;
	padding:2px 0 5px 13px;
}

div#menu0 {
	font-size:medium;
}

#menu ul li{
	margin: 0;
	padding: 0;
}

#menu ul {
	padding-bottom:10px;
	padding-left:15px;
	list-style:disc;
	list-style-position:outside;
}		

#menu li {
	border-bottom: 0px;
}	

div#menu0 {
	margin-top:0px;
}

div#menu1 {
	margin-top:10px;
}

div#menu2 {
	margin-top:10px;
	margin-bottom:100px;
}

div#title{
	font-size:110%;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#000033;
	padding:5px 5px 5px 15px;
	border-bottom:1px dotted #000033;
	border-left:5px solid #000033;
}


div#menu0 li{
	margin:0px;
	background-color:#ffffff;
	height:auto;
	padding:5px 4px 5px 0px;
}

div#menu1 li, div#menu2 li{
	margin:0px;
	background-color:#ffffff;
	height:auto;
	line-height:1.3em;
	padding:5px 4px 0px 0px;
}

div#menu1 img {
	padding:5px 0 0 0;
}

/*トップページメインコンテンツ（div#main_top）----------------*/
div#main_top h3 {
	font-size:small;
	color:#2D8930;
	padding-top:10px;
	padding-left:20px;
	background-image:url(images/maru_blue.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

div#main_top h3.top {
	clear:both;
	border-top:0px;
}

div#main_top h2 {
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#000033;
	background-color:#ffffff;
	border-bottom:1px dotted #000033;
	border-left:5px solid #000033;
	padding:10px 0 10px 10px;
	margin-top:40px;
	clear:both;
}

div#main_top p.top {
	font-size:small;
	line-height:1.5em;
	margin-left:20px;	
}

div#main_top p.top2 {
	font-size:x-small;
	margin-left:20px;
	margin-top:-5px;
	line-height:1em;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
}

div#main_top p.top3 {
	font-size:small;
	line-height:1.3em;
	margin-left:20px;
	margin-top:25px;	
}

div#main_top p.top a, div#main_top p.top3 a {
	font-weight:bold;
}

div#main_top p {
	font-size:small;
	line-height:1.5em;
	margin: 0.6em;		
}

div#intro {
	margin:10px 20px 30px 20px;
	clear:both;
}

div#intro p {
	font-size:small;
	line-height:2.5em;
	display:inline;
	border-bottom:2px dotted #cccccc;
	padding-bottom:0.5em;
}

div#bbs{
	width:540px;
	clear:both;
	margin:0 0 0 20px;
}	

/*カテゴリ-------------------------------------------------------------------*/

#contents .category {
	padding-top:15px;
}

.category dt{
	margin-bottom:0;
	font-weight: bold;
	background-image:url(images/category.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding:0 0 0 20px;
	font-size:small;
}

.category dt a {
	color: #009966;
}

.category dd{
	font-size:small;
	border-bottom:1px dotted #C1BEAB;
	border-left:1px dotted #C1BEAB;
	padding:5px 10px 10px 10px;
	margin-bottom:15px;
	margin-left:5px;
}

.category dd a {
	padding-right:10px;
	line-height:1.5em;
}

.category .half {
	float:left;
	width:260px;
	margin-left:20px;
}



/*GoogleAdsense（div#adsense）-------------------------------------------------------------------------------*/
div#adsense_block{
	width:550px;
	height:250px;
	border:1px solid #CCCCCC;
	margin:0px 0 0 0px;
	padding:0 10px 10px 10px;
}

div#adsense_block1{
	width:300px;
	height:250px;
	float:left;
}

div#adsense_block2{
	width:250px;
	height:250px;
	float:right;
}


/*メインコンテンツ（div#main）---------------------------------*/
div#main h1 {
	font-size:x-large;
	line-height:1.3em;
	color:#000000;
	letter-spacing:2px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	margin:30px 0px 0 0px;
	padding:5px 10px 5px 10px;
}

div#main h2 {
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#000033;
	background-color:#ffffff;
	border-bottom:1px dotted #000033;
	border-left:5px solid #000033;
	padding:10px 0 10px 10px;
	margin-top:25px;
}

div#main h2.h2_left {
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#000033;
	background-color:#ffffff;
	border-bottom:1px dotted #000033;
	border-left:5px solid #000033;
	padding:5px 0 5px 10px;
	margin-top:10px;
	width:250px;	
}

div#main h2.h2_right {
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#000033;
	background-color:#ffffff;
	border-bottom:1px dotted #000033;
	border-left:5px solid #000033;
	padding:5px 0 5px 10px;
	margin-top:10px;
	margin-left:50%;	
}

h2 a, h2 a:link, h2 a:visited {
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
}

div#main h3 {
	font-size:85%;
	color:#215670;
	margin-left:20px;
	margin-top:25px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	background-image:url(images/maru_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

div#main p {
	font-size:85%;
	text-align:justify;
	line-height:1.5em;
	margin:0.5em 1.5em 1em 20px;
}

div#main p.h3 {
	font-size:small;
	line-height:1.5em;
	margin-left:3em;
}

div#main p.intro {
	font-size:small;
	color:#000000;
	line-height:1.5em;
	margin-left:80px;
	margin-right:80px;
}


/*パン屑リスト------------------------------------------------------------------*/
div#topic_path{
	font-size:small;
	color:#666666;
	letter-spacing:2px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	border-bottom: 2px dotted #999999;
	margin:0;
	padding:10px 0;
	clear:both;
}

div#topic_path a{
	letter-spacing:2px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
}			

div#topic_path img{
	margin-left:5px;
	margin-right:5px;
}

/*このページのTOPへ-----------------------------------------------------------------*/
div#go_top{
	clear:both;
	text-align:right;
	margin-bottom:30px;
	padding-top:10px;
}	

/*オススメ書籍（book）-----------------------------------------------*/
div#main h3 span{
	font-size:85%;
}	

div#book {
	clear:both;
	padding-bottom:20px;
	margin-top:20px;
	border-top: 3px double #999999;
}	

div#book img {
	float:left;
	width:130px;
	padding-top:10px;
}

div#book p {
	margin-left:140px;
	padding-top:20px;
}

div#book ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:160px;
	margin-top:20px;
}

div#book li {
	font-size:small;
	padding:10px;
	border-top: 1px dotted #666666;
	line-height:1.5em;
}

/*リンク集（link_category,introduction,bana）--------------------------*/
div#link_category {
	width:520px;
	border:1px solid #CCCCCC;
	padding:10px;
	margin:10px 0 30px 20px;
	font-size:small;
}	

span.underline {
	border-bottom:2px dotted #FF0000;
	padding-bottom:3px;
}

div#link_category ul {
	list-style-position:outside;
	list-style-type:circle;
	margin:0 0 0 30px;
}

div#link_category li {
	font-size:medium;
	line-height:2em;
}

div#introduction {
	width:520px;
	margin:20px 0 20px 20px;
	clear:both;
	border: 1px dotted #666666;
	padding:10px;
}

div#introduction ul {
	list-style-position:outside;
	margin-left:20px;
}

div#introduction li {
	list-style-type:square;
	font-size:small;
	padding-bottom:0.5em;
	line-height:1.5em;
}

div#bana {
	width:520px;
	margin:20px 0 20px 20px;
	clear:both;
	border: 1px dotted #666666;
	padding:10px;
}

div#bana ul {
	list-style-position:outside;
	margin-left:20px;
}

div#bana li {
	list-style-type:square;
	font-size:small;
	padding-bottom:15px;
	line-height:1.5em;
}

div#bana li span{
	background-color:#FFFF99;
	line-height:1.5em;
}

div#bana li img{
	padding:5px 0;
}

div#links {
	margin-top:20px;
	margin-bottom:20px;
}

div#links ul {
	list-style-position:outside;
	margin-left:20px;
}

div#links li {
	list-style-type:square;
	font-size:83%;
	color:#333333;
	padding-bottom:1em;
	border-bottom: 1px dotted #666666;
	line-height:1.5em;
}

/*運営・免責事項（profile）--------------------------------------*/
div#main p.profile {
	font-size:83%;
	line-height: 1.5em;
	margin:20px 50px;
	border-top:1px solid #999999;
	padding-top:10px;
}

/*サイトマップ----------------------------------------------*/
div#sitemap{
	width:500px;
	border:3px dotted #cccccc;
	margin:20px 0 0 0;
}

div#sitemap span{
	color:#000033;
	font-weight:normal;
	font-size:small;
	line-height:1.2em;
}

div#sitemap ul {
	list-style-position:outside;
	padding:20px;
}

div#sitemap li {
	list-style-type:none;
	line-height:1.2em;
	font-size:small;
}	

div#sitemap li.down{
	list-style-type:none;
	line-height:1.5em;
	font-size:x-small;
	padding-left:1px;
}	

/*２段メニューリスト（contents_list）-------------------------*/	
div#contents_list{
	width:580px;
	clear:both;
}
	
div#list_left{
	width:280px;
	float:left;
	margin-right:20px;
}

div#list_right{
	width:280px;
	float:right;
}

div#contents_list ul {
	list-style-position:outside;
	margin-left:40px;
	margin-top:3px;
}

div#contents_list li {
	list-style-type:disc;
	font-size:small;
	color:#333333;
	line-height:1.4em;
}

div#list_adsense{
	width:200px;
	margin-left:320px;
}

div#list_adsense2{
	width:200px;
	margin-left:30px;
}		

/*リストの種類（ul,li）---------------------------------------------*/
div#popular {
	margin-bottom:30px;
	height:auto;
}	
	
div#popular ul{
	list-style-position:inside;
	margin-left:20px;
}	

div#popular li{
	font-size:90%;
	list-style-type:square;
	padding:10px;
}

div#decimal ul {
	list-style-position:outside;
	list-style-type:decimal;
	margin:20px 0px 10px 23px;
}

div#decimal li {
	font-size:small;
	padding-bottom:1.3em;
	line-height:1.5em;
}


div#decimal_low ul {
	list-style-position:outside;
	list-style-type:decimal;
	margin:20px 0px 10px 23px;
}

div#decimal_low li {
	font-size:small;
	padding-bottom:0.5em;
	line-height:1.2em;
}


div#circle ul {
	list-style-position:outside;
	list-style-type:circle;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:20px;
}

div#circle li {
	font-size:small;
	line-height:1.5em;
}

div#square ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:40px;
	margin-top:10px;
}

div#square li {
	font-size:small;
	line-height:1.3em;
	margin-bottom:1em;
}

/*関連記事-------------------------*/
div#connect ul{
	list-style-position:outside;
	list-style-type:none;
	margin:-10px 0 5px 0px;
}

div#connect li {
	font-size:small;
	line-height:1.5em;
	margin-left:22px;
	padding-bottom:0.2em;
}

div#connect li img{
	padding-right:5px;
}

div#pv{
	clear:both;
	width:500px;
}

div#pv p.back{
	font-size:85%;
	line-height:1.5em;
	float:left;
	margin:20px 0px 5px 10px;
}

div#pv p.next{
	font-size:85%;
	line-height:1.5em;
	float:right;
	margin:20px 0px 5px 0;
}

div#pv p a{
	font-family:"HGP創英角ｺﾞｼｯｸUB";
}

/*GoogleAdsense（div#adsense_bottom）-------------------------------------*/
div#adsense_bottom2 {
	font-size:12px;
	line-height:1.3em;
	margin-top:10px;
	margin-left:25px;
	padding-bottom:15px;
	padding-left:20px;
}

div#adsense_bottom2 a{
	color:#6F3C1B;
	margin-bottom:10px;
	font-weight:bold;
	line-height:1.5em;
}

div#adsense_bottom {
	width:500px;
	height:280px;
	margin:0 0 0 20px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

div#adsense_upper {
	width:300px;
	height:250px;
	padding:0px 10px;
	margin:10px 0;
}

div#adsense-pv {
	width:500px;
	height:15px;
	margin-left:20px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 0 5px 0;
}

/*フォーム
----------------------------------------------------------------------------------------------------------------*/	
div#form table{
	width:540px;
	margin:0 auto 30px auto;
	border-collapse:collapse;
}

div#form table td{
	padding:3px;
	font-size:small;
}

/*テーブルの一番上（必須事項）の項目
----------------------------------------------*/
div#form table td.head{
	width:100%;
	text-align:right;
	font-size:85%;
	border:none;
}

div#form table td span{
	color:#FF0000;
}

/*テーブルの100%の項目
----------------------------------------------*/
div#form table td.need{
	width:100%;
	background-color:#CCCCCC;
}

/*テーブルの右の項目
----------------------------------------------*/
div#form table td.right{
	width:60%;
	border-bottom:1px dotted #999999;
	line-height:1.5em;
}

/*テーブルの左の項目
----------------------------------------------*/	
div#form table td.left{
	width:40%;
	border:1px solid #999999;
	background-color:#F5F5F5;
}

div#form table td.left-half{
	width:20%;
	border:1px solid #999999;
	background-color:#F5F5F5;
}	

/*テーブルの赤文字の項目
----------------------------------------------*/
div#form table td.attention{
	width:100%;
	color:#FF0000;
	padding-top:20px;
}

/*送信ボタン
----------------------------------------------*/
div#form table td.send{
	text-align:center;
	font-size:medium;
}

/*ビジネス文書の基本構成（basic）-------------------------------------------------------------*/

img.basic {
	margin-left:20px;
}	

/*よくある質問（faq）-------------------------*/

div#faq {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	border:2px dotted #999999;
}

div#faq ul {
	list-style-position:outside;
	list-style-type:decimal;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

div#faq li {
	font-size:small;
	color:#333333;
	line-height:1.4em;
}	



/*文例集(example)-------------------------*/

div#main p.example {
	text-indent:1em;
}

div#main p.example2 {
	margin-left:60px;
}		

div#main p.right {
	text-align:right;
	margin-right:20px;
}

div#main p.center {
	text-align:center;
	margin-right:20px;
}


div#main p.center_right {
	margin-left:300px;
}
	


/*--------------------------------------*/
	
img.resume {
	margin-left:20px;
	margin-top:20px;
}


/*--------------------------------------*/

table.report {
	width:520px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #999999;
	font-size:small;
}

table.report td.time_top {
	width:20%;
	background-color:#FFFFDD;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}

table.report td.visit_top {
	width:35%;
	background-color:#FFFFDD;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}

table.report td.contents_top {
	width:45%;
	background-color:#FFFFDD;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #999999;
}

table.report td.time{
	width:20%;
	padding:5px;
	border-right:1px solid #999999;
}

table.report td.visit{
	width:35%;
	padding:5px;
	border-right:1px solid #999999;
}

table.report td.contents{
	width:45%;
	padding:5px;
}

table.report td.report{
	border-top:1px solid #999999;
	padding:10px;
	line-height:1.5em;
}	
	


table.business {
	width:520px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #999999;
	font-size:small;
}

table.business td.example27{
	width:20%;
	border:1px solid #999999;
	padding:10px;
	line-height:1.5em;
}

table.business td.4retu{
	width:25%;
	border:1px solid #999999;
	padding:5px;
	line-height:1.5em;
	text-align:center;
}		

	
	
/*--------------------------------------*/

div#afi_example {
	width:540px;
	margin-left:40px;
}	

div#afi_img {
	float:left;
	width:80px;
	margin-right:10px;
}	

div#afi_contents {
	float:left;
	width:175px;
}	

div#afi_example img {
	margin-bottom:60px;
}	

/*----------------------------------------------------------------------------*/
span.sales{
	font-weight:bold;
	color:#FF0000;
	font-size:medium;
	line-height:1.5em;
}

/*トップ画像の例--------------------------------------------------------------------------------*/
div#top_img{
	width:570px;
	clear:both;
	padding-top:5px;
}

div#left{
	width:370px;
	float:left;
	vertical-align:top;
}

div#right{
	width:200px;
	float:right;
	text-align:right;
}

div#right img.bottom{
	padding-bottom:30px;
}

/*トップ文例集の画像--------------------------------------------------------------------------------*/
div#example-left{
	width:280px;
	float:left;
	margin-top:15px;
}

div#example-right{
	width:280px;
	float:right;
	margin-top:15px;
}

/* Windows版 IE6の調整（ホーリー・ハック）\*/
* html div#example-left{
	width:280px;
	float:left;
	margin-top:5px;
}
* html div#example-right{
	width:280px;
	float:right;
	margin-top:5px;
}

div#clear{
	clear:both;
	height:1px;
}

div#example-left div#title, div#example-right div#title{
}

div#example-left div#title h3, div#example-right div#title h3{
	margin:0;
	padding:0;
	background-image:none;
}

div#example-left div#title h3 a, div#example-right div#title h3 a{
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
}

div#example-left div#text, div#example-right div#text{
	padding:10px 0 10px 10px;
	font-size:small;
}

div#example-left div#text img, div#example-right div#text img{
	float:left;
	padding-bottom:15px;
}

div#example-left div#text ul,div#example-right div#text ul{
	list-style-position:outside;
	list-style:none;
	padding:0 0 0 90px;
}	

div#example-left div#text li,div#example-right div#text li{
	padding-bottom:5px;
	line-height:1.2em;
}	

/*トップ文例集の画像--------------------------------------------------------------------------------*/
div#example{
	clear:both;
	padding:10px 0 10px 0;
	width: 960px;
}

div#example div#inner{
	width:240px;
	float:left;
}

div#example div#inner h2{
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#000033;
	background-color:#ffffff;
	border-bottom:1px dotted #000033;
	border-left:5px solid #000033;
	padding:5px 0 5px 10px;
	margin-top:20px;
}

div#example div#inner ul{
	list-style-position:outside;
	margin-left:20px;
}

div#example div#inner li {
	list-style-type:disc;
	font-size:small;
	color:#333333;
	line-height:1.4em;
}

#connect span{
	color:#FF6600;
	font-weight:bold;
}	




