/*
メインコンテンツ
*/

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

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

body {
	background: #ccffff url(images/back_all3.gif) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	font-size: 12px;
	height: 100%;
}
input ,select{
	vertical-align:-3px;
}

img {
	border-style:none;
}

#content
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	height: auto;
}

#container {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#leftcontents
{
	width: 700px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	height: 768px;
}

/*
ヘッダー部分
*/

#header {
	height: 90px;
	text-align: left;
}

/*
メニュー_ヘッダー
*/

#navi {
background-color: #e8e8e8;
}

#navi li {
float: right;
list-style-type: none;
border-right: 1px solid #dddddd;
}

#navi li a {
display: block;
width: 100px;
line-height: 30px;
color: #333333;
text-decoration: none;
text-align: center;
background-color: #eeeeee;
}

#navi li a:hover {
color: #333333;
background-color: #cccccc;
}



#mainlogo {
	padding-left: 20px;
	padding-top: 5px;
	width: 400px;
	float: left;
	background-image: url(images/logo_bg.jpg);
	background-repeat: no-repeat;
}

#mainlogo a img {
	border-style:none;
}


#headername {
	float: right;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
}

#headername a {
	color: #ffffff;
	
}

#headername a:hover {
	color: #ffffff;
}



/*
メインコンテンツ_左
*/

#maintitle
{
	width: 100%;
}

#maintitle h1
{
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	padding: 12px 0px 10px 45px;
}

#maintitle h2
{
	font-size: 12px;
	padding: 10px 0px 0px 10px;
	font-style: normal;
	font-weight: normal;
}


#form
{
	height: 120px;
	background-image: url(images/form_bg.gif);
	background-repeat: no-repeat;
	padding: 30px 0px 0px 30px;
	width: 670px;
}

/*
#tweet_form .counter{
	position:absolute;
	padding-right: 50px;
	padding-bottom: 10px;
	right:0;
	top:0;
	font-size:20px;
	font-weight:bold;
	color:#ccc;
}


#tweet_form div{
	position:relative;
	margin:1em 0;
	padding-right: 20px;
}
*/

#tweet_form .warning{
	color:#600;
}	

#tweet_form .exceeded{
	color:#e00;
}


#left
{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	border-top: 5px solid #66cccc;
}



#leftuser
{
	padding-top: 10px;
	border-top: 5px solid #66cccc;
}


#navi2 {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 20px;
}

#navi2 li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #dddddd;
	width: 100px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	background-color: #99FFFF;
}

#navi2 li a {
	display: block;
	color: #333333;
	font-weight: normal;
	background-color: #CCFFFF;
}

#navi2 li a:hover {
	color: #333333;
	background-color: #99FFFF;
}

/*
企業コメント部分
*/

div.comment1	{
	width: 550px;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
	margin-top: 10px;
}
div.comment1 .imgL	{
	float: left;
	text-align: left;
}
div.comment1 .imgL img	{
	border: 2px solid #CCC;
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 48px;
	height: 48px;
}
div.comment1 .commentContents	{
	width: 420px;
	float: right;
	background: url(./images/comment_bottom2.gif) no-repeat left bottom;
}
div.comment1 .commentContents p	{
	margin-bottom:0;
}
div.comment1 .commentContents	div	{
	background: url(./images/comment_top2.gif) no-repeat;
	padding: 5px 20px;
}

div.comment1 p.img	{
	position: absolute;
	left: 111px;
	top: 18px;
	width: 26px;
}
div.comment1 p.data	{
	color: #999;
	text-align: right;
	margin-bottom:0;
	font-size: 12px;
}
div.comment1 p.idinfo	{
	color: #FFFFFF;
	text-align: left;
	margin-bottom:0;
	background-color: #0099FF;
	//font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}
div.comment1:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }

/*
ユーザーコメント部分
*/

div.comment2	{
	width: 550px;
	padding: 0 0 0 140px;
	position: relative;
	font-size: 14px;
	margin-top: 10px;
}
div.comment2 .imgR	{
	float: right;
	text-align: right;
}
div.comment2 .imgR img	{
	border: 2px solid #CCC;
	padding: 3px;
	margin-bottom: 5px;
	margin-right: 15px;
	width: 48px;
	height: 48px;
}
div.comment2 .commentContents	{
	width: 420px;
	float: left;
	background: url(./images/comment_bottom.gif) no-repeat left bottom;
}
div.comment2 .commentContents p	{
	margin-bottom:0;
}
div.comment2 .commentContents	div	{
	background: url(./images/comment_top.gif) no-repeat;
	padding: 5px 20px;
}


div.comment2 p.img	{
	position: absolute;
	left: 558px;
	top: 18px;
	width: 26px;
}
div.comment2 p.data	{
	color: #999;
	text-align: right;
	margin-bottom:0;
	font-size: 12px;
}
div.comment2 p.idinfo	{
	color: #FFFFFF;
	text-align: left;
	margin-bottom:0;
	background-color: #FF6600;
	//font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}
div.comment2:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }


/*
ログインしていないユーザー用コメント
*/

div.comment3_top {
	border-top: 1px solid #666666;
	margin-top: 10px;
}

div.comment3	{
	border-bottom: 1px solid #666666;
	position: relative;
	padding-left: 10px;
	width: 680px;
	padding-top: 10px;
	font-size: 14px;
}
div.comment3 .imgL	{
	float: left;
	text-align: left;
}
div.comment3 .imgL img	{
	border: 2px solid #CCC;
	padding: 3px;
	padding-left: 3px;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 48px;
	height: 48px;
}
div.comment3 .commentContents	{
	width: 530px;
	float: right;
}
div.comment3 .commentContents p	{
	margin-bottom:0;
}

span.user_name_link {
	color: #000000;
}

div.comment3 p.img	{
	position: absolute;
	left: 110px;
	top: 20px;
	width: 26px;
}
div.comment3 p.data	{
	color: #999;
	text-align: right;
	margin-bottom:0;
	font-size: 12px;
}
div.comment3:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }



/*
右ナビゲーション
*/

#right
{
	width: 260px;
	padding-left: 10px;
	background-color: #00CCFF;
	overflow: hidden;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	display: inline;
	padding-right: 10px;
}



#right a
{
	color: #FF6600;
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}


#right-userid {
	padding: 5px;
	font-size: 14px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#right-userid img	{
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin-right: 20px;
	vertical-align: middle;
}

#right-follow-count {
	margin-top: 10px;
}

#loginUserName {
	color: #FFFFFF;
}

.table01{
	border:1px solid #00CCFF;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 100%;
}

.table01 td {
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	border:1px solid #00CCFF;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.table01 th {
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	border:1px solid #00CCFF;
	color: #0066CC;
	text-align: center;
	font-size: 10px;
	width: 113px;
}

#right-followbox {
	margin-top: 10px;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-top: 5px;
}

.img1 {
	margin: 4px;
	width: 24px;
	height: 24px;
}

/*
フッター
*/

#footer {
	height: 40px;
	clear: both;
	padding-top: 10px;
	border-top: 4px solid #0089FF;
	background: url(images/footer.gif) repeat-x
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	font-size: 12px;
}


/*
ユーザー画面
*/
#userid {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	height: auto;
	position: relative;
	width: 680px;
}

#userid img{
	padding: 0px 10px 0px 10px;
	width: 73px;
	height: 73px;
}

#userphoto {
	float: left;
	text-align: center;
}

#userphoto a img{
	padding: 0px 0px 0px 0px;
	width: 16px;
	height: 16px;
}

span.twitter_link {
	vertical-align: top;
	font-size: 12px;
}

.bq_student {
	width: 500px;
	background: #FFFFD1;
	padding: 10px;
	position: relative;
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.bq_student_arrow {
	height: 6px;
	border-top: 40px solid #FFFFD1;
	border-left: 30px solid white;
	position: absolute;
	bottom: -46px;
	right: 520px;
	left: -32px;
	top: 9px;
	width: 12px;
}

.bq_company {
	width: 500px;
	background: #CCFFFF;
	padding: 10px;
	position: relative;
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.bq_company_arrow {
	height: 6px;
	border-top: 40px solid #CCFFFF;
	border-left: 30px solid white;
	position: absolute;
	bottom: -46px;
	right: 520px;
	left: -32px;
	top: 9px;
	width: 12px;
}

/*
その他
*/
.cl {  
    display: inline-block;  
}  
.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
} 
.box1 {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
	margin-top: 10px;
}
.box2 {
	background-color: #CCFFFF;
	padding: 5px;
	font-size: 10px;
	margin-top: 10px;
}

.usercomment {
	padding: 10px;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}

.usercomment p.data	{
	color: #999;
	text-align: right;
}
.table02{
	border:1px solid #00CCFF;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 98%;
}

.table02 td {
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	border:1px solid #00CCFF;
	padding-top: 5px;
	text-align: left;
	font-size: 12px;
}
.table02 th {
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	border:1px solid #00CCFF;
	color: #0066CC;
	text-align: center;
	font-size: 12px;
	background-color: #CCFFFF;
}

.inquiry
{
	font-size: 12px;
	padding: 10px 0px 0px 10px;
	font-style: normal;
	font-weight: normal;
}

.mail_address
{
	font-size: 14px;
}

.phone_content
{
	font-size: 10px;
}

p.profile
{
	font-weight: bold;
}

.profile_title
{
	font-weight: bold;
}

.profile_content
{
	font-weight: normal;
}

div.company_name 
{
	font-size: 18px;
	text-align: left;
	float: left;
}

.page {
	font-size: 12px;
}

div.company_business {
	text-align: right;
}

div.company_bar 
{
   font-weight:bold; padding:0.1em;
}

div.company_detail {
   padding-left: 20px;
}

div.top_company_bar
{
	
}

div.top_company_name 
{
	font-size: 12px;
	text-align: left;
	float: left;
}


div.top_company_business {
	text-align: right;
}

.index_url {
	color: #FFFFFF;
	text-decoration: underline;
}

.index_company_name {
	font-size: 14px;
	font-weight: bold;
}

span.tweet_link {
	vertical-align: top;
	font-size: 14px;
	text-decoration: underline;
	color: #0000FF;
}

span.tweet_link2 {
	vertical-align: top;
	font-size: 16px;
}

.tweet_div {
	padding-left: 20px;
}

.edit_description {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
}

div.div_msg {
	padding-left: 20px;
	font-weight: bold;
	color: #FF0000;
}

.follow_result {
	vertical-align: bottom;
	color: #FF0000;
}

.form_follow {
	padding-left: 18px;
	padding-top: 10px;
}

div.page {
	text-align: center;
	color: #000000;
	font-size: 12px;
}

div.page a {
	text-decoration: underline;
}