﻿@charset "utf-8" ;


/********************************************************************************************************
AUTHOR:         a.oyanagi
CSS構成書:      基本段組み（全頁共通）


*********************************************************************************************************/ 


/* -------------------------------------------------------------------------------------------------------
            #ind
------------------------------------------------------------------------------------------------------- */

#outset{}
#outset .comment h2{
	margin-bottom:10px;
	}

#outset .comment p a{
	padding-left:10px;
	background:url(/common/img/icon07.gif) left center no-repeat;
	}


#outset #outsetMenu{
	overflow:hidden; /* 回り込み解除指定 */
	zoom:1; /* 回り込み解除指定 IE6-7 */
	margin-bottom:20px;
	}

#outset #outsetMenu div{
	float:left;
	display:inline;
	width:310px;
	min-height:700px;
	border:2px solid #CCC;
	margin-left:14px;
	}

#outset #outsetMenu div:first-child{
	margin-left:0;
	}

#outset #outsetMenu ul{
	width:290px;
	margin:0 auto;
	font-size:1.2em;
	line-height:1.5em;
	}

#outset ul li span{
	background:url(/common/img/icon14.gif) left center no-repeat;
	padding-left:12px;
	color:#333;
	text-decoration:underline;
	}



