﻿@charset "utf-8";



#maincontent{
	float: right;
	width: 554px;
	background-color: #ffffff;
	margin-top: 10px;
}

#sidemenu{
	float: left;
	width: 170px;
}

#footer{
	clear: both;
	background-color: #ffffff;
}



/* -----------------------------------------------------------------------------
   maincontent内の設定
----------------------------------------------------------------------------- */
/* メインコンテント内部要素ボックス */

.left50{
	float: left;
	width: 276px;
}

.right50{
	float: right;
	width: 276px;
}

.left30{
	float: left;
	width: 193px;
}

.right70{
	float: right;
	width: 359px;
}

.through{
	clear: both;
}

#maincontent p{
    margin-right: 15px;
		font-family: century,"ＭＳ Ｐ明朝",sans-serif;
		line-height: 1.8em;
}

/* =============================================================================
   画像設定周辺でのテキスト折り返し設定。
============================================================================= */
*.floatpicture{
  	float: left;
		margin-right: 1.2em;
}

*.floatpicture2{
  	float: right;
		margin-left: 1.2em;
}

/* =============================================================================
   ページ内カテゴリ
============================================================================= */
*.categorybar{
	margin: 5px;
	align: left;
}

.jobinfo{
	text-align: center;
}

/* stepallowと同じ設定 */
p.figure{
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	text-align: center;
}

p.jobinfo a img{
	margin: 1em;
	border: none;
}



/* -----------------------------------------------------------------------------
   sidemenuの設定
   ページ内容に関する索引
----------------------------------------------------------------------------- */
#sidemenu img.title{
	margin: 5px;
}

#sidemenu img.menu{
	margin-left: 5px;
}

ul#pagemenu{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#pagemenu a img{
	margin-left: 7px;
	border: none;
}

.left50 p{
	padding-left: 20px;
}

.left30 p{
	margin-left: 3em;
}

.right70 p{
	padding-left: 1em;
}

.subheading{
	font-weight: bold;
}

.list1{
	font-size:0.9em;
}

.subheading2{
	font-weight: bold;
	font-size: 0.9em;
	color: #995555;
}

.subsentence{
	font-size: 0.9em;
	line-height: 1.3em;
}
