* {
	margin:0;
	padding:0;
}
img {
	border: 0px;
}

body {
	margin:auto;
	background:#ffffff;
	color:#555555;
	font-size: 12px;
	padding: 4px;
}

a:link {color:#006699; text-decoration:none}
a:visited {color:#006699; text-decoration:none}
a:hover {color:#FF6600; text-decoration:underline}

/*メインレイアウト*/

#main {
	width: 741px;
	line-height: 1.4;
	padding-top: 10px;
	height:auto;	background: url(../../../share/imgs/menu_bg.jpg) top left  no-repeat;
	background-repeat: repeat-y;
}
#main:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
#main #left {
	float:left;
	width: 180px;
	overflow:hidden;
	margin-right:8px;
}
#main #left img {
	margin-bottom:3px;
}

#main #right {
	margin-left:8px;
	float:right;
	overflow:hidden;
	background: #ffffff;
}


/*ナビレイアウト*/

#navi {
	margin: 0px 4px 8px 10px ;
	padding-left: 4px;
	padding-bottom:4px;
	background-color: #285FA9;
}
#navi #navi1 li {
	background:url(../../../share/imgs/ico_s_click.gif) left no-repeat;
	list-style-type:none;
	font-weight: bold;
	padding-left: 8px;
	color:#FFFFFF;
}
#navi #navi1 li.title {
	font-size: 14px; font-weight: bold;
	line-height: 1.4;
	margin: 4px 0px; padding: 1px;
	color: white;
	background-color: #66cccc;
}
#navi #navi1 li.select {
	background:url(../../../share/imgs/ico_s_down.gif) left no-repeat;
	list-style-type:none;
	padding-left: 8px;
	color:#FFFFCC;
}
#navi #navi1 li.select2 {
	list-style-type:none;
	padding-left: 8px;
	color:#FFFFCC;
}
#navi #navi1 a {
	list-style-type:none;
	color:#FFFFFF;
}
#navi #navi2 li {
	background:url(../../../share/imgs/ico_s_click.gif) left no-repeat;
	font-size: 12px; font-weight: lighter;
	list-style-type:none;
	margin-left: 8px;
	padding-left: 8px;
	color: white;
}

#navi #navi2 li.select {
	background:url(../../../share/imgs/ico_s_now.gif) left no-repeat;
	list-style-type:none;
	background-color: #3BB1AB;
	color:#FFFFFF;
}
#navi #navi2 a {
	list-style-type:none;
	color:#FFFFFF;
}


/*コンテンツレイアウト*/
.content-title-img {
background:url(../../../attttow/share/imgs/top_title.jpg) no-repeat;
width:550px;
height:89px;
margin-bottom:8px;
}

#content {
	margin-left:10px;
	padding: 0px 20px 4px 20px;
	border-bottom: solid 1px gray;
}
#content .title {
	color: white;
	background-color: #aaaaee;
	padding: 3px;
	border: solid 2px #8888cc;
}

#c
/*（TOP要素は未設定です）*/
#content .top {
}

#content .middle {
	padding-top: 4px;
}

#content .kakomi {
	margin-top:5px;
	padding-top:5px;
}
#content .point-title {
	color: #003399;
	font-size: 12px;
	padding:1px 1px 1px 5px;
	font-weight: bold;
	line-height: 1.4;
	margin: 8px 4px 4px 4px;
	background-color: #CCCCCC;
}

#content .point-text {
	margin-left:5px;
}


#content .kakomi .catch {
	clear:both;
	background-color: #336633;
	color:#ffffff;
	padding: 2px 0px 2px 8px;
	margin-bottom:4px;
	font-size:13px;
	font-weight:bold;
}

#content .kakomi .item {
	color:#003399;
	font-size:12px;
	font-weight:bold;
}


table.nomal {
	border:none;
}
td.nomal {
	font-size: 12px;
	padding: 4px;
	vertical-align:top;
	color:#333333;
}
#guide {
	background-color: #eeeeee;
	color: gray;
	padding: 1px 0px 0px 4px;
	margin-bottom:8px;
	font-size:12px;
}


.4short_content{
	height:100px;
}



/*テキスト補助*/
h3 {
	font-size: 14px; font-weight: bold;
	line-height: 1.4;
	text-align:left;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#285FA9;
	margin-bottom:8px;
	padding:1px 0px 1px 8px;
}

h1 {
height:31px;
}


.catch {
	line-height: 1.2;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	margin-bottom:4px;
}

.small {
	font-size: 10px; font-weight: normal;
	line-height: 1.4;
	color: gray;
}

.t-red {
	color: #880000;
}

.photoside {
	background-color:#ffffee;
	padding:3px;
	border: 1px solid #cccccc;
}


/*画像マージン*/

.im_r {margin-right:4px;}

.im_l {margin-left:4px;}

.im_t {margin-top:4px;}

.im_b {margin-bottom:4px;}

